Shades of Rustic Red #37050C
Tints of Rustic Red #37050C
RGB
CMYK
RGB Variations
Color information
#37050C (or 0x37050C) is known color: Rustic Red. HEX triplet: 37, 05 and 0C. RGB value is (55,5,12). Sum of RGB (Red+Green+Blue) = 55+5+12=72 (9% of max value = 765). Red value is 55 (21.88% from 255 or 76.39% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 55 - color contains mainly: red. Hex color #37050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050C is #C8FAF3. Grayscale: #141414. Windows color (decimal): -13171444 or 787767. OLE color: 787767.
HSL color Cylindrical-coordinate representation of color #37050C: hue angle of 351.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37050C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 12 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.78 |
| HSL | 351.6º | 0.83% | 0.12% | - |
| HSV(B) | 351.6º | 0.91% | 0.22% | - |
| XYZ | 1.7 | 0.95 | 0.44 | - |
| YUV | 20.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 12 | 0 | 0.91 | 0.78 | 0.78 | 351.6 | 0.83 | 0.12 |
| Hex | 37 | 5 | C | 0 | 5B | 4E | 4E | 160 | 53 | C |
| Octal | 67 | 5 | 14 | 0 | 133 | 116 | 116 | 540 | 123 | 14 |
| Binary | 110111 | 101 | 1100 | 0 | 1011011 | 1001110 | 1001110 | 101100000 | 1010011 | 1100 |
Color Harmonies of #37050C
Complementary color
Monochromatic Colors of #37050C
Black with #37050C
Text Example
Text Example
White with #37050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37050C; }
p { color: rgb(55,5,12); }
H1.HeaderClassName
{
color: #37050C;
}
.AnyTagClassName
{
color: #37050C;
}
</style>
background-color css
<style>
a { background-color: #37050C; }
a { background-color: rgb(55,5,12); }
div.DivClassName
{
background-color: #37050C;
}
.BgClassName
{
background-color: #37050C;
}
</style>
border-color css
<style>
span { border-color: #37050C; }
span { border-color: rgb(55,5,12); }
td.TdClassName
{
border-color: #37050C;
}
.TagClassName
{
border-color: #37050C;
}
</style>