#37040B

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

Shades of Rustic Red #37040B

Tints of Rustic Red #37040B

Color information

#37040B (or 0x37040B) is unknown color: approx Rustic Red. HEX triplet: 37, 04 and 0B. RGB value is (55,4,11). Sum of RGB (Red+Green+Blue) = 55+4+11=70 (9% of max value = 765). Red value is 55 (21.88% from 255 or 78.57% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 55 - color contains mainly: red. Hex color #37040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37040B is #C8FBF4. Grayscale: #141414. Windows color (decimal): -13171701 or 721975. OLE color: 721975.

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

Color convert

RGB55411-
CMYK00.930.80.78
HSL351.76º86.44%11.57%-
HSV(B)351.76º92.73%21.57%-
XYZ1.680.920.41-
YUV20.05122.9152.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 78.57%
GREEN value IS 4 (1.95% from 255) = 5.71%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=78.57%
G=5.71%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.8
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5541100.930.80.78351.7686.4411.57
Hex374B05D504E16056c
Octal67413013512011654012614
Binary1101111001011010111011010000100111010110000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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