Shades of Rustic Red #370D12
Tints of Rustic Red #370D12
RGB
CMYK
RGB Variations
Color information
#370D12 (or 0x370D12) is known color: Rustic Red. HEX triplet: 37, 0D and 12. RGB value is (55,13,18). Sum of RGB (Red+Green+Blue) = 55+13+18=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #370D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370D12 is #C8F2ED. Grayscale: #1A1A1A. Windows color (decimal): -13169390 or 1183031. OLE color: 1183031.
HSL color Cylindrical-coordinate representation of color #370D12: hue angle of 352.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D12 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 13 | 18 | - |
| CMYK | 0 | 0.76 | 0.67 | 0.78 |
| HSL | 352.86º | 0.62% | 0.13% | - |
| HSV(B) | 352.86º | 0.76% | 0.22% | - |
| XYZ | 1.83 | 1.14 | 0.7 | - |
| YUV | 26.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 18 | 0 | 0.76 | 0.67 | 0.78 | 352.86 | 0.62 | 0.13 |
| Hex | 37 | D | 12 | 0 | 4C | 43 | 4E | 161 | 3E | D |
| Octal | 67 | 15 | 22 | 0 | 114 | 103 | 116 | 541 | 76 | 15 |
| Binary | 110111 | 1101 | 10010 | 0 | 1001100 | 1000011 | 1001110 | 101100001 | 111110 | 1101 |
Color Harmonies of #370D12
Complementary color
Monochromatic Colors of #370D12
Black with #370D12
Text Example
Text Example
White with #370D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D12; }
p { color: rgb(55,13,18); }
H1.HeaderClassName
{
color: #370D12;
}
.AnyTagClassName
{
color: #370D12;
}
</style>
background-color css
<style>
a { background-color: #370D12; }
a { background-color: rgb(55,13,18); }
div.DivClassName
{
background-color: #370D12;
}
.BgClassName
{
background-color: #370D12;
}
</style>
border-color css
<style>
span { border-color: #370D12; }
span { border-color: rgb(55,13,18); }
td.TdClassName
{
border-color: #370D12;
}
.TagClassName
{
border-color: #370D12;
}
</style>