Shades of Rustic Red #310B12
Tints of Rustic Red #310B12
RGB
CMYK
RGB Variations
Color information
#310B12 (or 0x310B12) is known color: Rustic Red. HEX triplet: 31, 0B and 12. RGB value is (49,11,18). Sum of RGB (Red+Green+Blue) = 49+11+18=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 11 (4.69% from 255 or 14.10% from 78); Blue value is 18 (7.42% from 255 or 23.08% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B12 is #CEF4ED. Grayscale: #171717. Windows color (decimal): -13563118 or 1182513. OLE color: 1182513.
HSL color Cylindrical-coordinate representation of color #310B12: hue angle of 348.95º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B12 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 18 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.81 |
| HSL | 348.95º | 0.63% | 0.12% | - |
| HSV(B) | 348.95º | 0.78% | 0.19% | - |
| XYZ | 1.5 | 0.94 | 0.67 | - |
| YUV | 23.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 18 | 0 | 0.78 | 0.63 | 0.81 | 348.95 | 0.63 | 0.12 |
| Hex | 31 | B | 12 | 0 | 4E | 3F | 51 | 15D | 3F | C |
| Octal | 61 | 13 | 22 | 0 | 116 | 77 | 121 | 535 | 77 | 14 |
| Binary | 110001 | 1011 | 10010 | 0 | 1001110 | 111111 | 1010001 | 101011101 | 111111 | 1100 |
Color Harmonies of #310B12
Complementary color
Monochromatic Colors of #310B12
Black with #310B12
Text Example
Text Example
White with #310B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B12; }
p { color: rgb(49,11,18); }
H1.HeaderClassName
{
color: #310B12;
}
.AnyTagClassName
{
color: #310B12;
}
</style>
background-color css
<style>
a { background-color: #310B12; }
a { background-color: rgb(49,11,18); }
div.DivClassName
{
background-color: #310B12;
}
.BgClassName
{
background-color: #310B12;
}
</style>
border-color css
<style>
span { border-color: #310B12; }
span { border-color: rgb(49,11,18); }
td.TdClassName
{
border-color: #310B12;
}
.TagClassName
{
border-color: #310B12;
}
</style>