Shades of Rustic Red #370412
Tints of Rustic Red #370412
RGB
CMYK
RGB Variations
Color information
#370412 (or 0x370412) is known color: Rustic Red. HEX triplet: 37, 04 and 12. RGB value is (55,4,18). Sum of RGB (Red+Green+Blue) = 55+4+18=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370412 is #C8FBED. Grayscale: #141414. Windows color (decimal): -13171694 or 1180727. OLE color: 1180727.
HSL color Cylindrical-coordinate representation of color #370412: hue angle of 343.53º 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 #370412 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 4 | 18 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.78 |
| HSL | 343.53º | 0.86% | 0.12% | - |
| HSV(B) | 343.53º | 0.93% | 0.22% | - |
| XYZ | 1.73 | 0.94 | 0.66 | - |
| YUV | 20.85 | 126.4 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 18 | 0 | 0.93 | 0.67 | 0.78 | 343.53 | 0.86 | 0.12 |
| Hex | 37 | 4 | 12 | 0 | 5D | 43 | 4E | 158 | 56 | C |
| Octal | 67 | 4 | 22 | 0 | 135 | 103 | 116 | 530 | 126 | 14 |
| Binary | 110111 | 100 | 10010 | 0 | 1011101 | 1000011 | 1001110 | 101011000 | 1010110 | 1100 |
Color Harmonies of #370412
Complementary color
Monochromatic Colors of #370412
Black with #370412
Text Example
Text Example
White with #370412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370412; }
p { color: rgb(55,4,18); }
H1.HeaderClassName
{
color: #370412;
}
.AnyTagClassName
{
color: #370412;
}
</style>
background-color css
<style>
a { background-color: #370412; }
a { background-color: rgb(55,4,18); }
div.DivClassName
{
background-color: #370412;
}
.BgClassName
{
background-color: #370412;
}
</style>
border-color css
<style>
span { border-color: #370412; }
span { border-color: rgb(55,4,18); }
td.TdClassName
{
border-color: #370412;
}
.TagClassName
{
border-color: #370412;
}
</style>