#37010C

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

Shades of Rustic Red #37010C

Tints of Rustic Red #37010C

Color information

#37010C (or 0x37010C) is unknown color: approx Rustic Red. HEX triplet: 37, 01 and 0C. RGB value is (55,1,12). Sum of RGB (Red+Green+Blue) = 55+1+12=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #37010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37010C is #C8FEF3. Grayscale: #121212. Windows color (decimal): -13172468 or 786743. OLE color: 786743.

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

Color convert

RGB55112-
CMYK00.980.780.78
HSL347.78º96.43%10.98%-
HSV(B)347.78º98.18%21.57%-
XYZ1.650.860.43-
YUV18.4124.39154.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 80.88%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 12 (5.08% from 255) = 17.65%
R=80.88%
G=1.47%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5511200.980.780.78347.7896.4310.98
Hex371C0624E4E15c60b
Octal67114014211611653414013
Binary11011111100011000101001110100111010101110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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