Shades of Rustic Red #37040F
Tints of Rustic Red #37040F
RGB
CMYK
RGB Variations
Color information
#37040F (or 0x37040F) is known color: Rustic Red. HEX triplet: 37, 04 and 0F. RGB value is (55,4,15). Sum of RGB (Red+Green+Blue) = 55+4+15=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37040F is #C8FBF0. Grayscale: #141414. Windows color (decimal): -13171697 or 984119. OLE color: 984119.
HSL color Cylindrical-coordinate representation of color #37040F: hue angle of 347.06º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #37040F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 4 | 15 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.78 |
| HSL | 347.06º | 0.86% | 0.12% | - |
| HSV(B) | 347.06º | 0.93% | 0.22% | - |
| XYZ | 1.71 | 0.93 | 0.54 | - |
| YUV | 20.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 15 | 0 | 0.93 | 0.73 | 0.78 | 347.06 | 0.86 | 0.12 |
| Hex | 37 | 4 | F | 0 | 5D | 49 | 4E | 15B | 56 | C |
| Octal | 67 | 4 | 17 | 0 | 135 | 111 | 116 | 533 | 126 | 14 |
| Binary | 110111 | 100 | 1111 | 0 | 1011101 | 1001001 | 1001110 | 101011011 | 1010110 | 1100 |
Color Harmonies of #37040F
Complementary color
Monochromatic Colors of #37040F
Black with #37040F
Text Example
Text Example
White with #37040F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37040F; }
p { color: rgb(55,4,15); }
H1.HeaderClassName
{
color: #37040F;
}
.AnyTagClassName
{
color: #37040F;
}
</style>
background-color css
<style>
a { background-color: #37040F; }
a { background-color: rgb(55,4,15); }
div.DivClassName
{
background-color: #37040F;
}
.BgClassName
{
background-color: #37040F;
}
</style>
border-color css
<style>
span { border-color: #37040F; }
span { border-color: rgb(55,4,15); }
td.TdClassName
{
border-color: #37040F;
}
.TagClassName
{
border-color: #37040F;
}
</style>