#37050B

Color #37050B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #37050B

Tints of Rustic Red #37050B

Color information

#37050B (or 0x37050B) is unknown color: approx Rustic Red. HEX triplet: 37, 05 and 0B. RGB value is (55,5,11). Sum of RGB (Red+Green+Blue) = 55+5+11=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #37050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050B is #C8FAF4. Grayscale: #141414. Windows color (decimal): -13171445 or 722231. OLE color: 722231.

HSL color Cylindrical-coordinate representation of color #37050B: hue angle of 352.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37050B is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.78.

Color convert

RGB55511-
CMYK00.910.80.78
HSL352.8º83.33%11.76%-
HSV(B)352.8º90.91%21.57%-
XYZ1.690.940.41-
YUV20.63122.56152.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 77.46%
GREEN value IS 5 (2.34% from 255) = 7.04%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=77.46%
G=7.04%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5551100.910.80.78352.883.3311.76
Hex375B05B504E16153c
Octal67513013312011654112314
Binary1101111011011010110111010000100111010110000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37050B; }

 p { color: rgb(55,5,11); }

 H1.HeaderClassName
 {
   color: #37050B;
 }
 .AnyTagClassName
 {
   color: #37050B;
 }
</style>
background-color css

<style>
 a { background-color: #37050B; }

 a { background-color: rgb(55,5,11); }

 div.DivClassName
 {
   background-color: #37050B;
 }
 .BgClassName
 {
   background-color: #37050B;
 }
</style>
border-color css

<style>
 span { border-color: #37050B; }

 span { border-color: rgb(55,5,11); }

 td.TdClassName
 {
   border-color: #37050B;
 }
 .TagClassName
 {
   border-color: #37050B;
 }
</style>