Shades of Rustic Red #370C14
Tints of Rustic Red #370C14
RGB
CMYK
RGB Variations
Color information
#370C14 (or 0x370C14) is known color: Rustic Red. HEX triplet: 37, 0C and 14. RGB value is (55,12,20). Sum of RGB (Red+Green+Blue) = 55+12+20=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 20 (8.20% from 255 or 22.99% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C14 is #C8F3EB. Grayscale: #191919. Windows color (decimal): -13169644 or 1313847. OLE color: 1313847.
HSL color Cylindrical-coordinate representation of color #370C14: hue angle of 348.84º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C14 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 20 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.78 |
| HSL | 348.84º | 0.64% | 0.13% | - |
| HSV(B) | 348.84º | 0.78% | 0.22% | - |
| XYZ | 1.83 | 1.13 | 0.78 | - |
| YUV | 25.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 20 | 0 | 0.78 | 0.64 | 0.78 | 348.84 | 0.64 | 0.13 |
| Hex | 37 | C | 14 | 0 | 4E | 40 | 4E | 15D | 40 | D |
| Octal | 67 | 14 | 24 | 0 | 116 | 100 | 116 | 535 | 100 | 15 |
| Binary | 110111 | 1100 | 10100 | 0 | 1001110 | 1000000 | 1001110 | 101011101 | 1000000 | 1101 |
Color Harmonies of #370C14
Complementary color
Monochromatic Colors of #370C14
Black with #370C14
Text Example
Text Example
White with #370C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C14; }
p { color: rgb(55,12,20); }
H1.HeaderClassName
{
color: #370C14;
}
.AnyTagClassName
{
color: #370C14;
}
</style>
background-color css
<style>
a { background-color: #370C14; }
a { background-color: rgb(55,12,20); }
div.DivClassName
{
background-color: #370C14;
}
.BgClassName
{
background-color: #370C14;
}
</style>
border-color css
<style>
span { border-color: #370C14; }
span { border-color: rgb(55,12,20); }
td.TdClassName
{
border-color: #370C14;
}
.TagClassName
{
border-color: #370C14;
}
</style>