Shades of Rustic Red #370102
Tints of Rustic Red #370102
RGB
CMYK
RGB Variations
Color information
#370102 (or 0x370102) is known color: Rustic Red. HEX triplet: 37, 01 and 02. RGB value is (55,1,2). Sum of RGB (Red+Green+Blue) = 55+1+2=58 (7% of max value = 765). Red value is 55 (21.88% from 255 or 94.83% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 55 - color contains mainly: red. Hex color #370102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370102 is #C8FEFD. Grayscale: #111111. Windows color (decimal): -13172478 or 131383. OLE color: 131383.
HSL color Cylindrical-coordinate representation of color #370102: hue angle of 358.89º 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 #370102 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 1 | 2 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.78 |
| HSL | 358.89º | 0.96% | 0.11% | - |
| HSV(B) | 358.89º | 0.98% | 0.22% | - |
| XYZ | 1.6 | 0.84 | 0.14 | - |
| YUV | 17.26 | 119.39 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 2 | 0 | 0.98 | 0.96 | 0.78 | 358.89 | 0.96 | 0.11 |
| Hex | 37 | 1 | 2 | 0 | 62 | 60 | 4E | 167 | 60 | B |
| Octal | 67 | 1 | 2 | 0 | 142 | 140 | 116 | 547 | 140 | 13 |
| Binary | 110111 | 1 | 10 | 0 | 1100010 | 1100000 | 1001110 | 101100111 | 1100000 | 1011 |
Color Harmonies of #370102
Complementary color
Monochromatic Colors of #370102
Black with #370102
Text Example
Text Example
White with #370102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370102; }
p { color: rgb(55,1,2); }
H1.HeaderClassName
{
color: #370102;
}
.AnyTagClassName
{
color: #370102;
}
</style>
background-color css
<style>
a { background-color: #370102; }
a { background-color: rgb(55,1,2); }
div.DivClassName
{
background-color: #370102;
}
.BgClassName
{
background-color: #370102;
}
</style>
border-color css
<style>
span { border-color: #370102; }
span { border-color: rgb(55,1,2); }
td.TdClassName
{
border-color: #370102;
}
.TagClassName
{
border-color: #370102;
}
</style>