Shades of Rustic Red #1F0C11
Tints of Rustic Red #1F0C11
RGB
CMYK
RGB Variations
Color information
#1F0C11 (or 0x1F0C11) is known color: Rustic Red. HEX triplet: 1F, 0C and 11. RGB value is (31,12,17). Sum of RGB (Red+Green+Blue) = 31+12+17=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 17 (7.03% from 255 or 28.33% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C11 is #E0F3EE. Grayscale: #121212. Windows color (decimal): -14742511 or 1117215. OLE color: 1117215.
HSL color Cylindrical-coordinate representation of color #1F0C11: hue angle of 344.21º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C11 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 17 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.88 |
| HSL | 344.21º | 0.44% | 0.08% | - |
| HSV(B) | 344.21º | 0.61% | 0.12% | - |
| XYZ | 0.8 | 0.59 | 0.6 | - |
| YUV | 18.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 17 | 0 | 0.61 | 0.45 | 0.88 | 344.21 | 0.44 | 0.08 |
| Hex | 1F | C | 11 | 0 | 3D | 2D | 58 | 158 | 2C | 8 |
| Octal | 37 | 14 | 21 | 0 | 75 | 55 | 130 | 530 | 54 | 10 |
| Binary | 11111 | 1100 | 10001 | 0 | 111101 | 101101 | 1011000 | 101011000 | 101100 | 1000 |
Color Harmonies of #1F0C11
Complementary color
Monochromatic Colors of #1F0C11
Black with #1F0C11
Text Example
Text Example
White with #1F0C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C11; }
p { color: rgb(31,12,17); }
H1.HeaderClassName
{
color: #1F0C11;
}
.AnyTagClassName
{
color: #1F0C11;
}
</style>
background-color css
<style>
a { background-color: #1F0C11; }
a { background-color: rgb(31,12,17); }
div.DivClassName
{
background-color: #1F0C11;
}
.BgClassName
{
background-color: #1F0C11;
}
</style>
border-color css
<style>
span { border-color: #1F0C11; }
span { border-color: rgb(31,12,17); }
td.TdClassName
{
border-color: #1F0C11;
}
.TagClassName
{
border-color: #1F0C11;
}
</style>