#370206

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

Shades of Rustic Red #370206

Tints of Rustic Red #370206

Color information

#370206 (or 0x370206) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 06. RGB value is (55,2,6). Sum of RGB (Red+Green+Blue) = 55+2+6=63 (8% of max value = 765). Red value is 55 (21.88% from 255 or 87.30% from 63); Green value is 2 (1.17% from 255 or 3.17% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 55 - color contains mainly: red. Hex color #370206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370206 is #C8FDF9. Grayscale: #121212. Windows color (decimal): -13172218 or 393783. OLE color: 393783.

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

Color convert

RGB5526-
CMYK00.960.890.78
HSL355.47º92.98%11.18%-
HSV(B)355.47º96.36%21.57%-
XYZ1.630.870.25-
YUV18.3121.06154.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 87.30%
GREEN value IS 2 (1.17% from 255) = 3.17%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=87.30%
G=3.17%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal552600.960.890.78355.4792.9811.18
Hex3726060594E1635db
Octal6726014013111654313513
Binary11011110110011000001011001100111010110001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370206; }

 p { color: rgb(55,2,6); }

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

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

 a { background-color: rgb(55,2,6); }

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

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

 span { border-color: rgb(55,2,6); }

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