Shades of Rustic Red #310A12
Tints of Rustic Red #310A12
RGB
CMYK
RGB Variations
Color information
#310A12 (or 0x310A12) is known color: Rustic Red. HEX triplet: 31, 0A and 12. RGB value is (49,10,18). Sum of RGB (Red+Green+Blue) = 49+10+18=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A12 is #CEF5ED. Grayscale: #161616. Windows color (decimal): -13563374 or 1182257. OLE color: 1182257.
HSL color Cylindrical-coordinate representation of color #310A12: hue angle of 347.69º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A12 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 18 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.81 |
| HSL | 347.69º | 0.66% | 0.12% | - |
| HSV(B) | 347.69º | 0.8% | 0.19% | - |
| XYZ | 1.48 | 0.91 | 0.67 | - |
| YUV | 22.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 18 | 0 | 0.80 | 0.63 | 0.81 | 347.69 | 0.66 | 0.12 |
| Hex | 31 | A | 12 | 0 | 50 | 3F | 51 | 15C | 42 | C |
| Octal | 61 | 12 | 22 | 0 | 120 | 77 | 121 | 534 | 102 | 14 |
| Binary | 110001 | 1010 | 10010 | 0 | 1010000 | 111111 | 1010001 | 101011100 | 1000010 | 1100 |
Color Harmonies of #310A12
Complementary color
Monochromatic Colors of #310A12
Black with #310A12
Text Example
Text Example
White with #310A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A12; }
p { color: rgb(49,10,18); }
H1.HeaderClassName
{
color: #310A12;
}
.AnyTagClassName
{
color: #310A12;
}
</style>
background-color css
<style>
a { background-color: #310A12; }
a { background-color: rgb(49,10,18); }
div.DivClassName
{
background-color: #310A12;
}
.BgClassName
{
background-color: #310A12;
}
</style>
border-color css
<style>
span { border-color: #310A12; }
span { border-color: rgb(49,10,18); }
td.TdClassName
{
border-color: #310A12;
}
.TagClassName
{
border-color: #310A12;
}
</style>