Shades of Rustic Red #370210
Tints of Rustic Red #370210
RGB
CMYK
RGB Variations
Color information
#370210 (or 0x370210) is known color: Rustic Red. HEX triplet: 37, 02 and 10. RGB value is (55,2,16). Sum of RGB (Red+Green+Blue) = 55+2+16=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370210 is #C8FDEF. Grayscale: #131313. Windows color (decimal): -13172208 or 1049143. OLE color: 1049143.
HSL color Cylindrical-coordinate representation of color #370210: hue angle of 344.15º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370210 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 2 | 16 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.78 |
| HSL | 344.15º | 0.93% | 0.11% | - |
| HSV(B) | 344.15º | 0.96% | 0.22% | - |
| XYZ | 1.69 | 0.89 | 0.57 | - |
| YUV | 19.44 | 126.06 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 16 | 0 | 0.96 | 0.71 | 0.78 | 344.15 | 0.93 | 0.11 |
| Hex | 37 | 2 | 10 | 0 | 60 | 47 | 4E | 158 | 5D | B |
| Octal | 67 | 2 | 20 | 0 | 140 | 107 | 116 | 530 | 135 | 13 |
| Binary | 110111 | 10 | 10000 | 0 | 1100000 | 1000111 | 1001110 | 101011000 | 1011101 | 1011 |
Color Harmonies of #370210
Complementary color
Monochromatic Colors of #370210
Black with #370210
Text Example
Text Example
White with #370210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370210; }
p { color: rgb(55,2,16); }
H1.HeaderClassName
{
color: #370210;
}
.AnyTagClassName
{
color: #370210;
}
</style>
background-color css
<style>
a { background-color: #370210; }
a { background-color: rgb(55,2,16); }
div.DivClassName
{
background-color: #370210;
}
.BgClassName
{
background-color: #370210;
}
</style>
border-color css
<style>
span { border-color: #370210; }
span { border-color: rgb(55,2,16); }
td.TdClassName
{
border-color: #370210;
}
.TagClassName
{
border-color: #370210;
}
</style>