Shades of Rustic Red #370C12
Tints of Rustic Red #370C12
RGB
CMYK
RGB Variations
Color information
#370C12 (or 0x370C12) is known color: Rustic Red. HEX triplet: 37, 0C and 12. RGB value is (55,12,18). Sum of RGB (Red+Green+Blue) = 55+12+18=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 12 (5.08% from 255 or 14.12% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C12 is #C8F3ED. Grayscale: #191919. Windows color (decimal): -13169646 or 1182775. OLE color: 1182775.
HSL color Cylindrical-coordinate representation of color #370C12: hue angle of 351.63º 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 #370C12 is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 18 | - |
| CMYK | 0 | 0.78 | 0.67 | 0.78 |
| HSL | 351.63º | 0.64% | 0.13% | - |
| HSV(B) | 351.63º | 0.78% | 0.22% | - |
| XYZ | 1.82 | 1.12 | 0.69 | - |
| YUV | 25.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 18 | 0 | 0.78 | 0.67 | 0.78 | 351.63 | 0.64 | 0.13 |
| Hex | 37 | C | 12 | 0 | 4E | 43 | 4E | 160 | 40 | D |
| Octal | 67 | 14 | 22 | 0 | 116 | 103 | 116 | 540 | 100 | 15 |
| Binary | 110111 | 1100 | 10010 | 0 | 1001110 | 1000011 | 1001110 | 101100000 | 1000000 | 1101 |
Color Harmonies of #370C12
Complementary color
Monochromatic Colors of #370C12
Black with #370C12
Text Example
Text Example
White with #370C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C12; }
p { color: rgb(55,12,18); }
H1.HeaderClassName
{
color: #370C12;
}
.AnyTagClassName
{
color: #370C12;
}
</style>
background-color css
<style>
a { background-color: #370C12; }
a { background-color: rgb(55,12,18); }
div.DivClassName
{
background-color: #370C12;
}
.BgClassName
{
background-color: #370C12;
}
</style>
border-color css
<style>
span { border-color: #370C12; }
span { border-color: rgb(55,12,18); }
td.TdClassName
{
border-color: #370C12;
}
.TagClassName
{
border-color: #370C12;
}
</style>