Shades of Rustic Red #370A0E
Tints of Rustic Red #370A0E
RGB
CMYK
RGB Variations
Color information
#370A0E (or 0x370A0E) is known color: Rustic Red. HEX triplet: 37, 0A and 0E. RGB value is (55,10,14). Sum of RGB (Red+Green+Blue) = 55+10+14=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 10 (4.30% from 255 or 12.66% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A0E is #C8F5F1. Grayscale: #171717. Windows color (decimal): -13170162 or 920119. OLE color: 920119.
HSL color Cylindrical-coordinate representation of color #370A0E: hue angle of 354.67º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #370A0E is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 14 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.78 |
| HSL | 354.67º | 0.69% | 0.13% | - |
| HSV(B) | 354.67º | 0.82% | 0.22% | - |
| XYZ | 1.76 | 1.06 | 0.53 | - |
| YUV | 23.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 14 | 0 | 0.82 | 0.75 | 0.78 | 354.67 | 0.69 | 0.13 |
| Hex | 37 | A | E | 0 | 52 | 4B | 4E | 163 | 45 | D |
| Octal | 67 | 12 | 16 | 0 | 122 | 113 | 116 | 543 | 105 | 15 |
| Binary | 110111 | 1010 | 1110 | 0 | 1010010 | 1001011 | 1001110 | 101100011 | 1000101 | 1101 |
Color Harmonies of #370A0E
Complementary color
Monochromatic Colors of #370A0E
Black with #370A0E
Text Example
Text Example
White with #370A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A0E; }
p { color: rgb(55,10,14); }
H1.HeaderClassName
{
color: #370A0E;
}
.AnyTagClassName
{
color: #370A0E;
}
</style>
background-color css
<style>
a { background-color: #370A0E; }
a { background-color: rgb(55,10,14); }
div.DivClassName
{
background-color: #370A0E;
}
.BgClassName
{
background-color: #370A0E;
}
</style>
border-color css
<style>
span { border-color: #370A0E; }
span { border-color: rgb(55,10,14); }
td.TdClassName
{
border-color: #370A0E;
}
.TagClassName
{
border-color: #370A0E;
}
</style>