Shades of Rustic Red #310D12
Tints of Rustic Red #310D12
RGB
CMYK
RGB Variations
Color information
#310D12 (or 0x310D12) is known color: Rustic Red. HEX triplet: 31, 0D and 12. RGB value is (49,13,18). Sum of RGB (Red+Green+Blue) = 49+13+18=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 13 (5.47% from 255 or 16.25% from 80); Blue value is 18 (7.42% from 255 or 22.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #310D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D12 is #CEF2ED. Grayscale: #181818. Windows color (decimal): -13562606 or 1183025. OLE color: 1183025.
HSL color Cylindrical-coordinate representation of color #310D12: hue angle of 351.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #310D12 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 13 | 18 | - |
| CMYK | 0 | 0.73 | 0.63 | 0.81 |
| HSL | 351.67º | 0.58% | 0.12% | - |
| HSV(B) | 351.67º | 0.73% | 0.19% | - |
| XYZ | 1.52 | 0.98 | 0.68 | - |
| YUV | 24.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 18 | 0 | 0.73 | 0.63 | 0.81 | 351.67 | 0.58 | 0.12 |
| Hex | 31 | D | 12 | 0 | 49 | 3F | 51 | 160 | 3A | C |
| Octal | 61 | 15 | 22 | 0 | 111 | 77 | 121 | 540 | 72 | 14 |
| Binary | 110001 | 1101 | 10010 | 0 | 1001001 | 111111 | 1010001 | 101100000 | 111010 | 1100 |
Color Harmonies of #310D12
Complementary color
Monochromatic Colors of #310D12
Black with #310D12
Text Example
Text Example
White with #310D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D12; }
p { color: rgb(49,13,18); }
H1.HeaderClassName
{
color: #310D12;
}
.AnyTagClassName
{
color: #310D12;
}
</style>
background-color css
<style>
a { background-color: #310D12; }
a { background-color: rgb(49,13,18); }
div.DivClassName
{
background-color: #310D12;
}
.BgClassName
{
background-color: #310D12;
}
</style>
border-color css
<style>
span { border-color: #310D12; }
span { border-color: rgb(49,13,18); }
td.TdClassName
{
border-color: #310D12;
}
.TagClassName
{
border-color: #310D12;
}
</style>