Shades of Rustic Red #370B13
Tints of Rustic Red #370B13
RGB
CMYK
RGB Variations
Color information
#370B13 (or 0x370B13) is known color: Rustic Red. HEX triplet: 37, 0B and 13. RGB value is (55,11,19). Sum of RGB (Red+Green+Blue) = 55+11+19=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B13 is #C8F4EC. Grayscale: #191919. Windows color (decimal): -13169901 or 1248055. OLE color: 1248055.
HSL color Cylindrical-coordinate representation of color #370B13: hue angle of 349.09º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #370B13 is Cyan = 0, Magento = 0.8, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 19 | - |
| CMYK | 0 | 0.8 | 0.65 | 0.78 |
| HSL | 349.09º | 0.67% | 0.13% | - |
| HSV(B) | 349.09º | 0.8% | 0.22% | - |
| XYZ | 1.81 | 1.1 | 0.73 | - |
| YUV | 25.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 19 | 0 | 0.8 | 0.65 | 0.78 | 349.09 | 0.67 | 0.13 |
| Hex | 37 | B | 13 | 0 | 50 | 41 | 4E | 15D | 43 | D |
| Octal | 67 | 13 | 23 | 0 | 120 | 101 | 116 | 535 | 103 | 15 |
| Binary | 110111 | 1011 | 10011 | 0 | 1010000 | 1000001 | 1001110 | 101011101 | 1000011 | 1101 |
Color Harmonies of #370B13
Complementary color
Monochromatic Colors of #370B13
Black with #370B13
Text Example
Text Example
White with #370B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B13; }
p { color: rgb(55,11,19); }
H1.HeaderClassName
{
color: #370B13;
}
.AnyTagClassName
{
color: #370B13;
}
</style>
background-color css
<style>
a { background-color: #370B13; }
a { background-color: rgb(55,11,19); }
div.DivClassName
{
background-color: #370B13;
}
.BgClassName
{
background-color: #370B13;
}
</style>
border-color css
<style>
span { border-color: #370B13; }
span { border-color: rgb(55,11,19); }
td.TdClassName
{
border-color: #370B13;
}
.TagClassName
{
border-color: #370B13;
}
</style>