Shades of Rustic Red #370409
Tints of Rustic Red #370409
RGB
CMYK
RGB Variations
Color information
#370409 (or 0x370409) is known color: Rustic Red. HEX triplet: 37, 04 and 09. RGB value is (55,4,9). Sum of RGB (Red+Green+Blue) = 55+4+9=68 (9% of max value = 765). Red value is 55 (21.88% from 255 or 80.88% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 55 - color contains mainly: red. Hex color #370409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370409 is #C8FBF6. Grayscale: #131313. Windows color (decimal): -13171703 or 590903. OLE color: 590903.
HSL color Cylindrical-coordinate representation of color #370409: hue angle of 354.12º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370409 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 4 | 9 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.78 |
| HSL | 354.12º | 0.86% | 0.12% | - |
| HSV(B) | 354.12º | 0.93% | 0.22% | - |
| XYZ | 1.67 | 0.92 | 0.35 | - |
| YUV | 19.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 4 | 9 | 0 | 0.93 | 0.84 | 0.78 | 354.12 | 0.86 | 0.12 |
| Hex | 37 | 4 | 9 | 0 | 5D | 54 | 4E | 162 | 56 | C |
| Octal | 67 | 4 | 11 | 0 | 135 | 124 | 116 | 542 | 126 | 14 |
| Binary | 110111 | 100 | 1001 | 0 | 1011101 | 1010100 | 1001110 | 101100010 | 1010110 | 1100 |
Color Harmonies of #370409
Complementary color
Monochromatic Colors of #370409
Black with #370409
Text Example
Text Example
White with #370409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370409; }
p { color: rgb(55,4,9); }
H1.HeaderClassName
{
color: #370409;
}
.AnyTagClassName
{
color: #370409;
}
</style>
background-color css
<style>
a { background-color: #370409; }
a { background-color: rgb(55,4,9); }
div.DivClassName
{
background-color: #370409;
}
.BgClassName
{
background-color: #370409;
}
</style>
border-color css
<style>
span { border-color: #370409; }
span { border-color: rgb(55,4,9); }
td.TdClassName
{
border-color: #370409;
}
.TagClassName
{
border-color: #370409;
}
</style>