Shades of Rustic Red #310002
Tints of Rustic Red #310002
RGB
CMYK
RGB Variations
Color information
#310002 (or 0x310002) is known color: Rustic Red. HEX triplet: 31, 00 and 02. RGB value is (49,0,2). Sum of RGB (Red+Green+Blue) = 49+0+2=51 (6% of max value = 765). Red value is 49 (19.53% from 255 or 96.08% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 49 - color contains mainly: red. Hex color #310002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310002 is #CEFFFD. Grayscale: #0E0E0E. Windows color (decimal): -13565950 or 131121. OLE color: 131121.
HSL color Cylindrical-coordinate representation of color #310002: hue angle of 357.55º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310002 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.96 | 0.81 |
| HSL | 357.55º | 1% | 0.1% | - |
| HSV(B) | 357.55º | 1% | 0.19% | - |
| XYZ | 1.28 | 0.66 | 0.12 | - |
| YUV | 14.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 2 | 0 | 1 | 0.96 | 0.81 | 357.55 | 1 | 0.1 |
| Hex | 31 | 0 | 2 | 0 | 64 | 60 | 51 | 166 | 64 | A |
| Octal | 61 | 0 | 2 | 0 | 144 | 140 | 121 | 546 | 144 | 12 |
| Binary | 110001 | 0 | 10 | 0 | 1100100 | 1100000 | 1010001 | 101100110 | 1100100 | 1010 |
Color Harmonies of #310002
Complementary color
Monochromatic Colors of #310002
Black with #310002
Text Example
Text Example
White with #310002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310002; }
p { color: rgb(49,0,2); }
H1.HeaderClassName
{
color: #310002;
}
.AnyTagClassName
{
color: #310002;
}
</style>
background-color css
<style>
a { background-color: #310002; }
a { background-color: rgb(49,0,2); }
div.DivClassName
{
background-color: #310002;
}
.BgClassName
{
background-color: #310002;
}
</style>
border-color css
<style>
span { border-color: #310002; }
span { border-color: rgb(49,0,2); }
td.TdClassName
{
border-color: #310002;
}
.TagClassName
{
border-color: #310002;
}
</style>