#37090F

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

Shades of Rustic Red #37090F

Tints of Rustic Red #37090F

Color information

#37090F (or 0x37090F) is unknown color: approx Rustic Red. HEX triplet: 37, 09 and 0F. RGB value is (55,9,15). Sum of RGB (Red+Green+Blue) = 55+9+15=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #37090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37090F is #C8F6F0. Grayscale: #171717. Windows color (decimal): -13170417 or 985399. OLE color: 985399.

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

Color convert

RGB55915-
CMYK00.840.730.78
HSL352.17º71.88%12.55%-
HSV(B)352.17º83.64%21.57%-
XYZ1.761.040.56-
YUV23.44123.24150.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 69.62%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=69.62%
G=11.39%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5591500.840.730.78352.1771.8812.55
Hex379F054494E16048d
Octal671117012411111654011015
Binary11011110011111010101001001001100111010110000010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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