Shades of Rustic Red #310A10
Tints of Rustic Red #310A10
RGB
CMYK
RGB Variations
Color information
#310A10 (or 0x310A10) is known color: Rustic Red. HEX triplet: 31, 0A and 10. RGB value is (49,10,16). Sum of RGB (Red+Green+Blue) = 49+10+16=75 (9% of max value = 765). Red value is 49 (19.53% from 255 or 65.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 49 - color contains mainly: red. Hex color #310A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A10 is #CEF5EF. Grayscale: #161616. Windows color (decimal): -13563376 or 1051185. OLE color: 1051185.
HSL color Cylindrical-coordinate representation of color #310A10: hue angle of 350.77º 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 #310A10 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 10 | 16 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.81 |
| HSL | 350.77º | 0.66% | 0.12% | - |
| HSV(B) | 350.77º | 0.8% | 0.19% | - |
| XYZ | 1.47 | 0.91 | 0.59 | - |
| YUV | 22.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 10 | 16 | 0 | 0.80 | 0.67 | 0.81 | 350.77 | 0.66 | 0.12 |
| Hex | 31 | A | 10 | 0 | 50 | 43 | 51 | 15F | 42 | C |
| Octal | 61 | 12 | 20 | 0 | 120 | 103 | 121 | 537 | 102 | 14 |
| Binary | 110001 | 1010 | 10000 | 0 | 1010000 | 1000011 | 1010001 | 101011111 | 1000010 | 1100 |
Color Harmonies of #310A10
Complementary color
Monochromatic Colors of #310A10
Black with #310A10
Text Example
Text Example
White with #310A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310A10; }
p { color: rgb(49,10,16); }
H1.HeaderClassName
{
color: #310A10;
}
.AnyTagClassName
{
color: #310A10;
}
</style>
background-color css
<style>
a { background-color: #310A10; }
a { background-color: rgb(49,10,16); }
div.DivClassName
{
background-color: #310A10;
}
.BgClassName
{
background-color: #310A10;
}
</style>
border-color css
<style>
span { border-color: #310A10; }
span { border-color: rgb(49,10,16); }
td.TdClassName
{
border-color: #310A10;
}
.TagClassName
{
border-color: #310A10;
}
</style>