#370006

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

Shades of Rustic Red #370006

Tints of Rustic Red #370006

Color information

#370006 (or 0x370006) is unknown color: approx Rustic Red. HEX triplet: 37, 00 and 06. RGB value is (55,0,6). Sum of RGB (Red+Green+Blue) = 55+0+6=61 (8% of max value = 765). Red value is 55 (21.88% from 255 or 90.16% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 55 - color contains mainly: red. Hex color #370006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370006 is #C8FFF9. Grayscale: #111111. Windows color (decimal): -13172730 or 393271. OLE color: 393271.

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

Color convert

RGB5506-
CMYK010.890.78
HSL353.45º100%10.78%-
HSV(B)353.45º100%21.57%-
XYZ1.610.830.25-
YUV17.13121.72155.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 90.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=90.16%
G=0%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5506010.890.78353.4510010.78
Hex3706064594E16164b
Octal6706014413111654114413
Binary1101110110011001001011001100111010110000111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370006; }

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

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

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

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

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

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

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

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