#37000C

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

Shades of Rustic Red #37000C

Tints of Rustic Red #37000C

Color information

#37000C (or 0x37000C) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 0C. RGB value is (55,0,12). Sum of RGB (Red+Green+Blue) = 55+0+12=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #37000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37000C is #C8FFF3. Grayscale: #111111. Windows color (decimal): -13172724 or 786487. OLE color: 786487.

HSL color Cylindrical-coordinate representation of color #37000C: hue angle of 346.91º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37000C is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB55012-
CMYK010.780.78
HSL346.91º100%10.78%-
HSV(B)346.91º100%21.57%-
XYZ1.640.840.42-
YUV17.81124.72154.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 82.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 17.91%
R=82.09%
G=0%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55012010.780.78346.9110010.78
Hex370C0644E4E15b64b
Octal67014014411611653314413
Binary11011101100011001001001110100111010101101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37000C; }

 p { color: rgb(55,0,12); }

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

<style>
 a { background-color: #37000C; }

 a { background-color: rgb(55,0,12); }

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

<style>
 span { border-color: #37000C; }

 span { border-color: rgb(55,0,12); }

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