#370008

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

Shades of Rustic Red #370008

Tints of Rustic Red #370008

Color information

#370008 (or 0x370008) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 08. RGB value is (55,0,8). Sum of RGB (Red+Green+Blue) = 55+0+8=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370008 is #C8FFF7. Grayscale: #111111. Windows color (decimal): -13172728 or 524343. OLE color: 524343.

HSL color Cylindrical-coordinate representation of color #370008: hue angle of 351.27º 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 #370008 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB5508-
CMYK010.850.78
HSL351.27º100%10.78%-
HSV(B)351.27º100%21.57%-
XYZ1.620.830.3-
YUV17.36122.72154.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 87.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 12.70%
R=87.30%
G=0%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.85
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5508010.850.78351.2710010.78
Hex3708064554E15f64b
Octal67010014412511653714413
Binary11011101000011001001010101100111010101111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370008; }

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

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

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

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

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

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

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

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