Shades of Rustic Red #37050B
Tints of Rustic Red #37050B
RGB
CMYK
RGB Variations
Color information
#37050B (or 0x37050B) is known color: Rustic Red. HEX triplet: 37, 05 and 0B. RGB value is (55,5,11). Sum of RGB (Red+Green+Blue) = 55+5+11=71 (9% of max value = 765). Red value is 55 (21.88% from 255 or 77.46% from 71); Green value is 5 (2.34% from 255 or 7.04% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 55 - color contains mainly: red. Hex color #37050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37050B is #C8FAF4. Grayscale: #141414. Windows color (decimal): -13171445 or 722231. OLE color: 722231.
HSL color Cylindrical-coordinate representation of color #37050B: hue angle of 352.8º 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 #37050B is Cyan = 0, Magento = 0.91, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 5 | 11 | - |
| CMYK | 0 | 0.91 | 0.8 | 0.78 |
| HSL | 352.8º | 0.83% | 0.12% | - |
| HSV(B) | 352.8º | 0.91% | 0.22% | - |
| XYZ | 1.69 | 0.94 | 0.41 | - |
| YUV | 20.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 5 | 11 | 0 | 0.91 | 0.8 | 0.78 | 352.8 | 0.83 | 0.12 |
| Hex | 37 | 5 | B | 0 | 5B | 50 | 4E | 161 | 53 | C |
| Octal | 67 | 5 | 13 | 0 | 133 | 120 | 116 | 541 | 123 | 14 |
| Binary | 110111 | 101 | 1011 | 0 | 1011011 | 1010000 | 1001110 | 101100001 | 1010011 | 1100 |
Color Harmonies of #37050B
Complementary color
Monochromatic Colors of #37050B
Black with #37050B
Text Example
Text Example
White with #37050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37050B; }
p { color: rgb(55,5,11); }
H1.HeaderClassName
{
color: #37050B;
}
.AnyTagClassName
{
color: #37050B;
}
</style>
background-color css
<style>
a { background-color: #37050B; }
a { background-color: rgb(55,5,11); }
div.DivClassName
{
background-color: #37050B;
}
.BgClassName
{
background-color: #37050B;
}
</style>
border-color css
<style>
span { border-color: #37050B; }
span { border-color: rgb(55,5,11); }
td.TdClassName
{
border-color: #37050B;
}
.TagClassName
{
border-color: #37050B;
}
</style>