Shades of Rustic Red #370111
Tints of Rustic Red #370111
RGB
CMYK
RGB Variations
Color information
#370111 (or 0x370111) is known color: Rustic Red. HEX triplet: 37, 01 and 11. RGB value is (55,1,17). Sum of RGB (Red+Green+Blue) = 55+1+17=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #370111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370111 is #C8FEEE. Grayscale: #121212. Windows color (decimal): -13172463 or 1114423. OLE color: 1114423.
HSL color Cylindrical-coordinate representation of color #370111: hue angle of 342.22º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370111 is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 17 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.78 |
| HSL | 342.22º | 0.96% | 0.11% | - |
| HSV(B) | 342.22º | 0.98% | 0.22% | - |
| XYZ | 1.69 | 0.87 | 0.61 | - |
| YUV | 18.97 | 126.89 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 17 | 0 | 0.98 | 0.69 | 0.78 | 342.22 | 0.96 | 0.11 |
| Hex | 37 | 1 | 11 | 0 | 62 | 45 | 4E | 156 | 60 | B |
| Octal | 67 | 1 | 21 | 0 | 142 | 105 | 116 | 526 | 140 | 13 |
| Binary | 110111 | 1 | 10001 | 0 | 1100010 | 1000101 | 1001110 | 101010110 | 1100000 | 1011 |
Color Harmonies of #370111
Complementary color
Monochromatic Colors of #370111
Black with #370111
Text Example
Text Example
White with #370111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370111; }
p { color: rgb(55,1,17); }
H1.HeaderClassName
{
color: #370111;
}
.AnyTagClassName
{
color: #370111;
}
</style>
background-color css
<style>
a { background-color: #370111; }
a { background-color: rgb(55,1,17); }
div.DivClassName
{
background-color: #370111;
}
.BgClassName
{
background-color: #370111;
}
</style>
border-color css
<style>
span { border-color: #370111; }
span { border-color: rgb(55,1,17); }
td.TdClassName
{
border-color: #370111;
}
.TagClassName
{
border-color: #370111;
}
</style>