Shades of Rustic Red #37090A
Tints of Rustic Red #37090A
RGB
CMYK
RGB Variations
Color information
#37090A (or 0x37090A) is known color: Rustic Red. HEX triplet: 37, 09 and 0A. RGB value is (55,9,10). Sum of RGB (Red+Green+Blue) = 55+9+10=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #37090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37090A is #C8F6F5. Grayscale: #161616. Windows color (decimal): -13170422 or 657719. OLE color: 657719.
HSL color Cylindrical-coordinate representation of color #37090A: hue angle of 358.7º 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 #37090A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 9 | 10 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.78 |
| HSL | 358.7º | 0.72% | 0.13% | - |
| HSV(B) | 358.7º | 0.84% | 0.22% | - |
| XYZ | 1.73 | 1.03 | 0.39 | - |
| YUV | 22.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 9 | 10 | 0 | 0.84 | 0.82 | 0.78 | 358.7 | 0.72 | 0.13 |
| Hex | 37 | 9 | A | 0 | 54 | 52 | 4E | 167 | 48 | D |
| Octal | 67 | 11 | 12 | 0 | 124 | 122 | 116 | 547 | 110 | 15 |
| Binary | 110111 | 1001 | 1010 | 0 | 1010100 | 1010010 | 1001110 | 101100111 | 1001000 | 1101 |
Color Harmonies of #37090A
Complementary color
Monochromatic Colors of #37090A
Black with #37090A
Text Example
Text Example
White with #37090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37090A; }
p { color: rgb(55,9,10); }
H1.HeaderClassName
{
color: #37090A;
}
.AnyTagClassName
{
color: #37090A;
}
</style>
background-color css
<style>
a { background-color: #37090A; }
a { background-color: rgb(55,9,10); }
div.DivClassName
{
background-color: #37090A;
}
.BgClassName
{
background-color: #37090A;
}
</style>
border-color css
<style>
span { border-color: #37090A; }
span { border-color: rgb(55,9,10); }
td.TdClassName
{
border-color: #37090A;
}
.TagClassName
{
border-color: #37090A;
}
</style>