Shades of Rustic Red #370B0F
Tints of Rustic Red #370B0F
RGB
CMYK
RGB Variations
Color information
#370B0F (or 0x370B0F) is known color: Rustic Red. HEX triplet: 37, 0B and 0F. RGB value is (55,11,15). Sum of RGB (Red+Green+Blue) = 55+11+15=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B0F is #C8F4F0. Grayscale: #181818. Windows color (decimal): -13169905 or 985911. OLE color: 985911.
HSL color Cylindrical-coordinate representation of color #370B0F: hue angle of 354.55º 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 #370B0F is Cyan = 0, Magento = 0.8, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 11 | 15 | - |
| CMYK | 0 | 0.8 | 0.73 | 0.78 |
| HSL | 354.55º | 0.67% | 0.13% | - |
| HSV(B) | 354.55º | 0.8% | 0.22% | - |
| XYZ | 1.78 | 1.09 | 0.57 | - |
| YUV | 24.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 15 | 0 | 0.8 | 0.73 | 0.78 | 354.55 | 0.67 | 0.13 |
| Hex | 37 | B | F | 0 | 50 | 49 | 4E | 163 | 43 | D |
| Octal | 67 | 13 | 17 | 0 | 120 | 111 | 116 | 543 | 103 | 15 |
| Binary | 110111 | 1011 | 1111 | 0 | 1010000 | 1001001 | 1001110 | 101100011 | 1000011 | 1101 |
Color Harmonies of #370B0F
Complementary color
Monochromatic Colors of #370B0F
Black with #370B0F
Text Example
Text Example
White with #370B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B0F; }
p { color: rgb(55,11,15); }
H1.HeaderClassName
{
color: #370B0F;
}
.AnyTagClassName
{
color: #370B0F;
}
</style>
background-color css
<style>
a { background-color: #370B0F; }
a { background-color: rgb(55,11,15); }
div.DivClassName
{
background-color: #370B0F;
}
.BgClassName
{
background-color: #370B0F;
}
</style>
border-color css
<style>
span { border-color: #370B0F; }
span { border-color: rgb(55,11,15); }
td.TdClassName
{
border-color: #370B0F;
}
.TagClassName
{
border-color: #370B0F;
}
</style>