Shades of Rustic Red #310B15
Tints of Rustic Red #310B15
RGB
CMYK
RGB Variations
Color information
#310B15 (or 0x310B15) is known color: Rustic Red. HEX triplet: 31, 0B and 15. RGB value is (49,11,21). Sum of RGB (Red+Green+Blue) = 49+11+21=81 (10% of max value = 765). Red value is 49 (19.53% from 255 or 60.49% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 49 - color contains mainly: red. Hex color #310B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310B15 is #CEF4EA. Grayscale: #171717. Windows color (decimal): -13563115 or 1379121. OLE color: 1379121.
HSL color Cylindrical-coordinate representation of color #310B15: hue angle of 344.21º 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 #310B15 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 21 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.81 |
| HSL | 344.21º | 0.63% | 0.12% | - |
| HSV(B) | 344.21º | 0.78% | 0.19% | - |
| XYZ | 1.52 | 0.95 | 0.81 | - |
| YUV | 23.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 21 | 0 | 0.78 | 0.57 | 0.81 | 344.21 | 0.63 | 0.12 |
| Hex | 31 | B | 15 | 0 | 4E | 39 | 51 | 158 | 3F | C |
| Octal | 61 | 13 | 25 | 0 | 116 | 71 | 121 | 530 | 77 | 14 |
| Binary | 110001 | 1011 | 10101 | 0 | 1001110 | 111001 | 1010001 | 101011000 | 111111 | 1100 |
Color Harmonies of #310B15
Complementary color
Monochromatic Colors of #310B15
Black with #310B15
Text Example
Text Example
White with #310B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B15; }
p { color: rgb(49,11,21); }
H1.HeaderClassName
{
color: #310B15;
}
.AnyTagClassName
{
color: #310B15;
}
</style>
background-color css
<style>
a { background-color: #310B15; }
a { background-color: rgb(49,11,21); }
div.DivClassName
{
background-color: #310B15;
}
.BgClassName
{
background-color: #310B15;
}
</style>
border-color css
<style>
span { border-color: #310B15; }
span { border-color: rgb(49,11,21); }
td.TdClassName
{
border-color: #310B15;
}
.TagClassName
{
border-color: #310B15;
}
</style>