Shades of Rustic Red #370A0D
Tints of Rustic Red #370A0D
RGB
CMYK
RGB Variations
Color information
#370A0D (or 0x370A0D) is known color: Rustic Red. HEX triplet: 37, 0A and 0D. RGB value is (55,10,13). Sum of RGB (Red+Green+Blue) = 55+10+13=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A0D is #C8F5F2. Grayscale: #171717. Windows color (decimal): -13170163 or 854583. OLE color: 854583.
HSL color Cylindrical-coordinate representation of color #370A0D: hue angle of 356º 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 #370A0D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 10 | 13 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.78 |
| HSL | 356º | 0.69% | 0.13% | - |
| HSV(B) | 356º | 0.82% | 0.22% | - |
| XYZ | 1.76 | 1.06 | 0.49 | - |
| YUV | 23.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 13 | 0 | 0.82 | 0.76 | 0.78 | 356 | 0.69 | 0.13 |
| Hex | 37 | A | D | 0 | 52 | 4C | 4E | 164 | 45 | D |
| Octal | 67 | 12 | 15 | 0 | 122 | 114 | 116 | 544 | 105 | 15 |
| Binary | 110111 | 1010 | 1101 | 0 | 1010010 | 1001100 | 1001110 | 101100100 | 1000101 | 1101 |
Color Harmonies of #370A0D
Complementary color
Monochromatic Colors of #370A0D
Black with #370A0D
Text Example
Text Example
White with #370A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A0D; }
p { color: rgb(55,10,13); }
H1.HeaderClassName
{
color: #370A0D;
}
.AnyTagClassName
{
color: #370A0D;
}
</style>
background-color css
<style>
a { background-color: #370A0D; }
a { background-color: rgb(55,10,13); }
div.DivClassName
{
background-color: #370A0D;
}
.BgClassName
{
background-color: #370A0D;
}
</style>
border-color css
<style>
span { border-color: #370A0D; }
span { border-color: rgb(55,10,13); }
td.TdClassName
{
border-color: #370A0D;
}
.TagClassName
{
border-color: #370A0D;
}
</style>