#370912

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

Shades of Rustic Red #370912

Tints of Rustic Red #370912

Color information

#370912 (or 0x370912) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 12. RGB value is (55,9,18). Sum of RGB (Red+Green+Blue) = 55+9+18=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370912 is #C8F6ED. Grayscale: #171717. Windows color (decimal): -13170414 or 1182007. OLE color: 1182007.

HSL color Cylindrical-coordinate representation of color #370912: hue angle of 348.26º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #370912 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB55918-
CMYK00.840.670.78
HSL348.26º71.88%12.55%-
HSV(B)348.26º83.64%21.57%-
XYZ1.781.050.68-
YUV23.78124.74150.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 67.07%
GREEN value IS 9 (3.91% from 255) = 10.98%
BLUE value IS 18 (7.42% from 255) = 21.95%
R=67.07%
G=10.98%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5591800.840.670.78348.2671.8812.55
Hex37912054434E15c48d
Octal671122012410311653411015
Binary110111100110010010101001000011100111010101110010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370912; }

 p { color: rgb(55,9,18); }

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

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

 a { background-color: rgb(55,9,18); }

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

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

 span { border-color: rgb(55,9,18); }

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