Shades of Rustic Red #370C0D
Tints of Rustic Red #370C0D
RGB
CMYK
RGB Variations
Color information
#370C0D (or 0x370C0D) is known color: Rustic Red. HEX triplet: 37, 0C and 0D. RGB value is (55,12,13). Sum of RGB (Red+Green+Blue) = 55+12+13=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C0D is #C8F3F2. Grayscale: #191919. Windows color (decimal): -13169651 or 855095. OLE color: 855095.
HSL color Cylindrical-coordinate representation of color #370C0D: hue angle of 358.6º 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 #370C0D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 13 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.78 |
| HSL | 358.6º | 0.64% | 0.13% | - |
| HSV(B) | 358.6º | 0.78% | 0.22% | - |
| XYZ | 1.78 | 1.1 | 0.5 | - |
| YUV | 24.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 13 | 0 | 0.78 | 0.76 | 0.78 | 358.6 | 0.64 | 0.13 |
| Hex | 37 | C | D | 0 | 4E | 4C | 4E | 167 | 40 | D |
| Octal | 67 | 14 | 15 | 0 | 116 | 114 | 116 | 547 | 100 | 15 |
| Binary | 110111 | 1100 | 1101 | 0 | 1001110 | 1001100 | 1001110 | 101100111 | 1000000 | 1101 |
Color Harmonies of #370C0D
Complementary color
Monochromatic Colors of #370C0D
Black with #370C0D
Text Example
Text Example
White with #370C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C0D; }
p { color: rgb(55,12,13); }
H1.HeaderClassName
{
color: #370C0D;
}
.AnyTagClassName
{
color: #370C0D;
}
</style>
background-color css
<style>
a { background-color: #370C0D; }
a { background-color: rgb(55,12,13); }
div.DivClassName
{
background-color: #370C0D;
}
.BgClassName
{
background-color: #370C0D;
}
</style>
border-color css
<style>
span { border-color: #370C0D; }
span { border-color: rgb(55,12,13); }
td.TdClassName
{
border-color: #370C0D;
}
.TagClassName
{
border-color: #370C0D;
}
</style>