Shades of Rustic Red #370312
Tints of Rustic Red #370312
RGB
CMYK
RGB Variations
Color information
#370312 (or 0x370312) is known color: Rustic Red. HEX triplet: 37, 03 and 12. RGB value is (55,3,18). Sum of RGB (Red+Green+Blue) = 55+3+18=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370312 is #C8FCED. Grayscale: #141414. Windows color (decimal): -13171950 or 1180471. OLE color: 1180471.
HSL color Cylindrical-coordinate representation of color #370312: hue angle of 342.69º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370312 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 18 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.78 |
| HSL | 342.69º | 0.9% | 0.11% | - |
| HSV(B) | 342.69º | 0.95% | 0.22% | - |
| XYZ | 1.72 | 0.92 | 0.66 | - |
| YUV | 20.26 | 126.73 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 18 | 0 | 0.95 | 0.67 | 0.78 | 342.69 | 0.9 | 0.11 |
| Hex | 37 | 3 | 12 | 0 | 5F | 43 | 4E | 157 | 5A | B |
| Octal | 67 | 3 | 22 | 0 | 137 | 103 | 116 | 527 | 132 | 13 |
| Binary | 110111 | 11 | 10010 | 0 | 1011111 | 1000011 | 1001110 | 101010111 | 1011010 | 1011 |
Color Harmonies of #370312
Complementary color
Monochromatic Colors of #370312
Black with #370312
Text Example
Text Example
White with #370312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370312; }
p { color: rgb(55,3,18); }
H1.HeaderClassName
{
color: #370312;
}
.AnyTagClassName
{
color: #370312;
}
</style>
background-color css
<style>
a { background-color: #370312; }
a { background-color: rgb(55,3,18); }
div.DivClassName
{
background-color: #370312;
}
.BgClassName
{
background-color: #370312;
}
</style>
border-color css
<style>
span { border-color: #370312; }
span { border-color: rgb(55,3,18); }
td.TdClassName
{
border-color: #370312;
}
.TagClassName
{
border-color: #370312;
}
</style>