Shades of Rustic Red #370C0F
Tints of Rustic Red #370C0F
RGB
CMYK
RGB Variations
Color information
#370C0F (or 0x370C0F) is known color: Rustic Red. HEX triplet: 37, 0C and 0F. RGB value is (55,12,15). Sum of RGB (Red+Green+Blue) = 55+12+15=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #370C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C0F is #C8F3F0. Grayscale: #191919. Windows color (decimal): -13169649 or 986167. OLE color: 986167.
HSL color Cylindrical-coordinate representation of color #370C0F: hue angle of 355.81º 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 #370C0F is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 15 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.78 |
| HSL | 355.81º | 0.64% | 0.13% | - |
| HSV(B) | 355.81º | 0.78% | 0.22% | - |
| XYZ | 1.79 | 1.11 | 0.57 | - |
| YUV | 25.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 15 | 0 | 0.78 | 0.73 | 0.78 | 355.81 | 0.64 | 0.13 |
| Hex | 37 | C | F | 0 | 4E | 49 | 4E | 164 | 40 | D |
| Octal | 67 | 14 | 17 | 0 | 116 | 111 | 116 | 544 | 100 | 15 |
| Binary | 110111 | 1100 | 1111 | 0 | 1001110 | 1001001 | 1001110 | 101100100 | 1000000 | 1101 |
Color Harmonies of #370C0F
Complementary color
Monochromatic Colors of #370C0F
Black with #370C0F
Text Example
Text Example
White with #370C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C0F; }
p { color: rgb(55,12,15); }
H1.HeaderClassName
{
color: #370C0F;
}
.AnyTagClassName
{
color: #370C0F;
}
</style>
background-color css
<style>
a { background-color: #370C0F; }
a { background-color: rgb(55,12,15); }
div.DivClassName
{
background-color: #370C0F;
}
.BgClassName
{
background-color: #370C0F;
}
</style>
border-color css
<style>
span { border-color: #370C0F; }
span { border-color: rgb(55,12,15); }
td.TdClassName
{
border-color: #370C0F;
}
.TagClassName
{
border-color: #370C0F;
}
</style>