Shades of Rustic Red #370313
Tints of Rustic Red #370313
RGB
CMYK
RGB Variations
Color information
#370313 (or 0x370313) is known color: Rustic Red. HEX triplet: 37, 03 and 13. RGB value is (55,3,19). Sum of RGB (Red+Green+Blue) = 55+3+19=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370313 is #C8FCEC. Grayscale: #141414. Windows color (decimal): -13171949 or 1246007. OLE color: 1246007.
HSL color Cylindrical-coordinate representation of color #370313: hue angle of 341.54º 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 #370313 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 19 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.78 |
| HSL | 341.54º | 0.9% | 0.11% | - |
| HSV(B) | 341.54º | 0.95% | 0.22% | - |
| XYZ | 1.73 | 0.92 | 0.7 | - |
| YUV | 20.37 | 127.23 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 19 | 0 | 0.95 | 0.65 | 0.78 | 341.54 | 0.9 | 0.11 |
| Hex | 37 | 3 | 13 | 0 | 5F | 41 | 4E | 156 | 5A | B |
| Octal | 67 | 3 | 23 | 0 | 137 | 101 | 116 | 526 | 132 | 13 |
| Binary | 110111 | 11 | 10011 | 0 | 1011111 | 1000001 | 1001110 | 101010110 | 1011010 | 1011 |
Color Harmonies of #370313
Complementary color
Monochromatic Colors of #370313
Black with #370313
Text Example
Text Example
White with #370313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370313; }
p { color: rgb(55,3,19); }
H1.HeaderClassName
{
color: #370313;
}
.AnyTagClassName
{
color: #370313;
}
</style>
background-color css
<style>
a { background-color: #370313; }
a { background-color: rgb(55,3,19); }
div.DivClassName
{
background-color: #370313;
}
.BgClassName
{
background-color: #370313;
}
</style>
border-color css
<style>
span { border-color: #370313; }
span { border-color: rgb(55,3,19); }
td.TdClassName
{
border-color: #370313;
}
.TagClassName
{
border-color: #370313;
}
</style>