Shades of Rustic Red #37020A
Tints of Rustic Red #37020A
RGB
CMYK
RGB Variations
Color information
#37020A (or 0x37020A) is known color: Rustic Red. HEX triplet: 37, 02 and 0A. RGB value is (55,2,10). Sum of RGB (Red+Green+Blue) = 55+2+10=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #37020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37020A is #C8FDF5. Grayscale: #121212. Windows color (decimal): -13172214 or 655927. OLE color: 655927.
HSL color Cylindrical-coordinate representation of color #37020A: hue angle of 350.94º 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 #37020A is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 2 | 10 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.78 |
| HSL | 350.94º | 0.93% | 0.11% | - |
| HSV(B) | 350.94º | 0.96% | 0.22% | - |
| XYZ | 1.65 | 0.88 | 0.37 | - |
| YUV | 18.76 | 123.06 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 2 | 10 | 0 | 0.96 | 0.82 | 0.78 | 350.94 | 0.93 | 0.11 |
| Hex | 37 | 2 | A | 0 | 60 | 52 | 4E | 15F | 5D | B |
| Octal | 67 | 2 | 12 | 0 | 140 | 122 | 116 | 537 | 135 | 13 |
| Binary | 110111 | 10 | 1010 | 0 | 1100000 | 1010010 | 1001110 | 101011111 | 1011101 | 1011 |
Color Harmonies of #37020A
Complementary color
Monochromatic Colors of #37020A
Black with #37020A
Text Example
Text Example
White with #37020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37020A; }
p { color: rgb(55,2,10); }
H1.HeaderClassName
{
color: #37020A;
}
.AnyTagClassName
{
color: #37020A;
}
</style>
background-color css
<style>
a { background-color: #37020A; }
a { background-color: rgb(55,2,10); }
div.DivClassName
{
background-color: #37020A;
}
.BgClassName
{
background-color: #37020A;
}
</style>
border-color css
<style>
span { border-color: #37020A; }
span { border-color: rgb(55,2,10); }
td.TdClassName
{
border-color: #37020A;
}
.TagClassName
{
border-color: #37020A;
}
</style>