Shades of Rustic Red #370309
Tints of Rustic Red #370309
RGB
CMYK
RGB Variations
Color information
#370309 (or 0x370309) is known color: Rustic Red. HEX triplet: 37, 03 and 09. RGB value is (55,3,9). Sum of RGB (Red+Green+Blue) = 55+3+9=67 (8% of max value = 765). Red value is 55 (21.88% from 255 or 82.09% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 55 - color contains mainly: red. Hex color #370309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370309 is #C8FCF6. Grayscale: #131313. Windows color (decimal): -13171959 or 590647. OLE color: 590647.
HSL color Cylindrical-coordinate representation of color #370309: hue angle of 353.08º 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 #370309 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 3 | 9 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.78 |
| HSL | 353.08º | 0.9% | 0.11% | - |
| HSV(B) | 353.08º | 0.95% | 0.22% | - |
| XYZ | 1.66 | 0.9 | 0.34 | - |
| YUV | 19.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 3 | 9 | 0 | 0.95 | 0.84 | 0.78 | 353.08 | 0.9 | 0.11 |
| Hex | 37 | 3 | 9 | 0 | 5F | 54 | 4E | 161 | 5A | B |
| Octal | 67 | 3 | 11 | 0 | 137 | 124 | 116 | 541 | 132 | 13 |
| Binary | 110111 | 11 | 1001 | 0 | 1011111 | 1010100 | 1001110 | 101100001 | 1011010 | 1011 |
Color Harmonies of #370309
Complementary color
Monochromatic Colors of #370309
Black with #370309
Text Example
Text Example
White with #370309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370309; }
p { color: rgb(55,3,9); }
H1.HeaderClassName
{
color: #370309;
}
.AnyTagClassName
{
color: #370309;
}
</style>
background-color css
<style>
a { background-color: #370309; }
a { background-color: rgb(55,3,9); }
div.DivClassName
{
background-color: #370309;
}
.BgClassName
{
background-color: #370309;
}
</style>
border-color css
<style>
span { border-color: #370309; }
span { border-color: rgb(55,3,9); }
td.TdClassName
{
border-color: #370309;
}
.TagClassName
{
border-color: #370309;
}
</style>