Shades of Rustic Red #310209
Tints of Rustic Red #310209
RGB
CMYK
RGB Variations
Color information
#310209 (or 0x310209) is known color: Rustic Red. HEX triplet: 31, 02 and 09. RGB value is (49,2,9). Sum of RGB (Red+Green+Blue) = 49+2+9=60 (7% of max value = 765). Red value is 49 (19.53% from 255 or 81.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 49 - color contains mainly: red. Hex color #310209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310209 is #CEFDF6. Grayscale: #101010. Windows color (decimal): -13565431 or 590385. OLE color: 590385.
HSL color Cylindrical-coordinate representation of color #310209: hue angle of 351.06º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310209 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 2 | 9 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.81 |
| HSL | 351.06º | 0.92% | 0.1% | - |
| HSV(B) | 351.06º | 0.96% | 0.19% | - |
| XYZ | 1.34 | 0.72 | 0.33 | - |
| YUV | 16.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 9 | 0 | 0.96 | 0.82 | 0.81 | 351.06 | 0.92 | 0.1 |
| Hex | 31 | 2 | 9 | 0 | 60 | 52 | 51 | 15F | 5C | A |
| Octal | 61 | 2 | 11 | 0 | 140 | 122 | 121 | 537 | 134 | 12 |
| Binary | 110001 | 10 | 1001 | 0 | 1100000 | 1010010 | 1010001 | 101011111 | 1011100 | 1010 |
Color Harmonies of #310209
Complementary color
Monochromatic Colors of #310209
Black with #310209
Text Example
Text Example
White with #310209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310209; }
p { color: rgb(49,2,9); }
H1.HeaderClassName
{
color: #310209;
}
.AnyTagClassName
{
color: #310209;
}
</style>
background-color css
<style>
a { background-color: #310209; }
a { background-color: rgb(49,2,9); }
div.DivClassName
{
background-color: #310209;
}
.BgClassName
{
background-color: #310209;
}
</style>
border-color css
<style>
span { border-color: #310209; }
span { border-color: rgb(49,2,9); }
td.TdClassName
{
border-color: #310209;
}
.TagClassName
{
border-color: #310209;
}
</style>