Shades of Rustic Red #31010B
Tints of Rustic Red #31010B
RGB
CMYK
RGB Variations
Color information
#31010B (or 0x31010B) is known color: Rustic Red. HEX triplet: 31, 01 and 0B. RGB value is (49,1,11). Sum of RGB (Red+Green+Blue) = 49+1+11=61 (8% of max value = 765). Red value is 49 (19.53% from 255 or 80.33% from 61); Green value is 1 (0.78% from 255 or 1.64% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 49 - color contains mainly: red. Hex color #31010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31010B is #CEFEF4. Grayscale: #101010. Windows color (decimal): -13565685 or 721201. OLE color: 721201.
HSL color Cylindrical-coordinate representation of color #31010B: hue angle of 347.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31010B is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.81 |
| HSL | 347.5º | 0.96% | 0.1% | - |
| HSV(B) | 347.5º | 0.98% | 0.19% | - |
| XYZ | 1.34 | 0.7 | 0.38 | - |
| YUV | 16.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 11 | 0 | 0.98 | 0.78 | 0.81 | 347.5 | 0.96 | 0.1 |
| Hex | 31 | 1 | B | 0 | 62 | 4E | 51 | 15C | 60 | A |
| Octal | 61 | 1 | 13 | 0 | 142 | 116 | 121 | 534 | 140 | 12 |
| Binary | 110001 | 1 | 1011 | 0 | 1100010 | 1001110 | 1010001 | 101011100 | 1100000 | 1010 |
Color Harmonies of #31010B
Complementary color
Monochromatic Colors of #31010B
Black with #31010B
Text Example
Text Example
White with #31010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31010B; }
p { color: rgb(49,1,11); }
H1.HeaderClassName
{
color: #31010B;
}
.AnyTagClassName
{
color: #31010B;
}
</style>
background-color css
<style>
a { background-color: #31010B; }
a { background-color: rgb(49,1,11); }
div.DivClassName
{
background-color: #31010B;
}
.BgClassName
{
background-color: #31010B;
}
</style>
border-color css
<style>
span { border-color: #31010B; }
span { border-color: rgb(49,1,11); }
td.TdClassName
{
border-color: #31010B;
}
.TagClassName
{
border-color: #31010B;
}
</style>