Shades of Rustic Red #370306
Tints of Rustic Red #370306
RGB
CMYK
RGB Variations
Color information
#370306 (or 0x370306) is known color: Rustic Red. HEX triplet: 37, 03 and 06. RGB value is (55,3,6). Sum of RGB (Red+Green+Blue) = 55+3+6=64 (8% of max value = 765). Red value is 55 (21.88% from 255 or 85.94% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 6 (2.73% from 255 or 9.38% from 64); Max value from RGB is 55 - color contains mainly: red. Hex color #370306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370306 is #C8FCF9. Grayscale: #121212. Windows color (decimal): -13171962 or 394039. OLE color: 394039.
HSL color Cylindrical-coordinate representation of color #370306: hue angle of 356.54º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370306 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 6 | - |
| CMYK | 0 | 0.95 | 0.89 | 0.78 |
| HSL | 356.54º | 0.9% | 0.11% | - |
| HSV(B) | 356.54º | 0.95% | 0.22% | - |
| XYZ | 1.64 | 0.89 | 0.26 | - |
| YUV | 18.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 6 | 0 | 0.95 | 0.89 | 0.78 | 356.54 | 0.9 | 0.11 |
| Hex | 37 | 3 | 6 | 0 | 5F | 59 | 4E | 165 | 5A | B |
| Octal | 67 | 3 | 6 | 0 | 137 | 131 | 116 | 545 | 132 | 13 |
| Binary | 110111 | 11 | 110 | 0 | 1011111 | 1011001 | 1001110 | 101100101 | 1011010 | 1011 |
Color Harmonies of #370306
Complementary color
Monochromatic Colors of #370306
Black with #370306
Text Example
Text Example
White with #370306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370306; }
p { color: rgb(55,3,6); }
H1.HeaderClassName
{
color: #370306;
}
.AnyTagClassName
{
color: #370306;
}
</style>
background-color css
<style>
a { background-color: #370306; }
a { background-color: rgb(55,3,6); }
div.DivClassName
{
background-color: #370306;
}
.BgClassName
{
background-color: #370306;
}
</style>
border-color css
<style>
span { border-color: #370306; }
span { border-color: rgb(55,3,6); }
td.TdClassName
{
border-color: #370306;
}
.TagClassName
{
border-color: #370306;
}
</style>