Shades of Rustic Red #370612
Tints of Rustic Red #370612
RGB
CMYK
RGB Variations
Color information
#370612 (or 0x370612) is known color: Rustic Red. HEX triplet: 37, 06 and 12. RGB value is (55,6,18). Sum of RGB (Red+Green+Blue) = 55+6+18=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370612 is #C8F9ED. Grayscale: #161616. Windows color (decimal): -13171182 or 1181239. OLE color: 1181239.
HSL color Cylindrical-coordinate representation of color #370612: hue angle of 345.31º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370612 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 6 | 18 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.78 |
| HSL | 345.31º | 0.8% | 0.12% | - |
| HSV(B) | 345.31º | 0.89% | 0.22% | - |
| XYZ | 1.75 | 0.99 | 0.67 | - |
| YUV | 22.02 | 125.73 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 6 | 18 | 0 | 0.89 | 0.67 | 0.78 | 345.31 | 0.8 | 0.12 |
| Hex | 37 | 6 | 12 | 0 | 59 | 43 | 4E | 159 | 50 | C |
| Octal | 67 | 6 | 22 | 0 | 131 | 103 | 116 | 531 | 120 | 14 |
| Binary | 110111 | 110 | 10010 | 0 | 1011001 | 1000011 | 1001110 | 101011001 | 1010000 | 1100 |
Color Harmonies of #370612
Complementary color
Monochromatic Colors of #370612
Black with #370612
Text Example
Text Example
White with #370612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370612; }
p { color: rgb(55,6,18); }
H1.HeaderClassName
{
color: #370612;
}
.AnyTagClassName
{
color: #370612;
}
</style>
background-color css
<style>
a { background-color: #370612; }
a { background-color: rgb(55,6,18); }
div.DivClassName
{
background-color: #370612;
}
.BgClassName
{
background-color: #370612;
}
</style>
border-color css
<style>
span { border-color: #370612; }
span { border-color: rgb(55,6,18); }
td.TdClassName
{
border-color: #370612;
}
.TagClassName
{
border-color: #370612;
}
</style>