#37090C

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

Shades of Rustic Red #37090C

Tints of Rustic Red #37090C

Color information

#37090C (or 0x37090C) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 0C. RGB value is (55,9,12). Sum of RGB (Red+Green+Blue) = 55+9+12=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 9 (3.91% from 255 or 11.84% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #37090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37090C is #C8F6F3. Grayscale: #171717. Windows color (decimal): -13170420 or 788791. OLE color: 788791.

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

Color convert

RGB55912-
CMYK00.840.780.78
HSL356.09º71.88%12.55%-
HSV(B)356.09º83.64%21.57%-
XYZ1.741.030.46-
YUV23.1121.74150.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 72.37%
GREEN value IS 9 (3.91% from 255) = 11.84%
BLUE value IS 12 (5.08% from 255) = 15.79%
R=72.37%
G=11.84%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5591200.840.780.78356.0971.8812.55
Hex379C0544E4E16448d
Octal671114012411611654411015
Binary11011110011100010101001001110100111010110010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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