Shades of Rustic Red #1F0C10
Tints of Rustic Red #1F0C10
RGB
CMYK
RGB Variations
Color information
#1F0C10 (or 0x1F0C10) is known color: Rustic Red. HEX triplet: 1F, 0C and 10. RGB value is (31,12,16). Sum of RGB (Red+Green+Blue) = 31+12+16=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 16 (6.64% from 255 or 27.12% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C10 is #E0F3EF. Grayscale: #121212. Windows color (decimal): -14742512 or 1051679. OLE color: 1051679.
HSL color Cylindrical-coordinate representation of color #1F0C10: hue angle of 347.37º 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 #1F0C10 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 16 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.88 |
| HSL | 347.37º | 0.44% | 0.08% | - |
| HSV(B) | 347.37º | 0.61% | 0.12% | - |
| XYZ | 0.79 | 0.59 | 0.56 | - |
| YUV | 18.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 16 | 0 | 0.61 | 0.48 | 0.88 | 347.37 | 0.44 | 0.08 |
| Hex | 1F | C | 10 | 0 | 3D | 30 | 58 | 15B | 2C | 8 |
| Octal | 37 | 14 | 20 | 0 | 75 | 60 | 130 | 533 | 54 | 10 |
| Binary | 11111 | 1100 | 10000 | 0 | 111101 | 110000 | 1011000 | 101011011 | 101100 | 1000 |
Color Harmonies of #1F0C10
Complementary color
Monochromatic Colors of #1F0C10
Black with #1F0C10
Text Example
Text Example
White with #1F0C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C10; }
p { color: rgb(31,12,16); }
H1.HeaderClassName
{
color: #1F0C10;
}
.AnyTagClassName
{
color: #1F0C10;
}
</style>
background-color css
<style>
a { background-color: #1F0C10; }
a { background-color: rgb(31,12,16); }
div.DivClassName
{
background-color: #1F0C10;
}
.BgClassName
{
background-color: #1F0C10;
}
</style>
border-color css
<style>
span { border-color: #1F0C10; }
span { border-color: rgb(31,12,16); }
td.TdClassName
{
border-color: #1F0C10;
}
.TagClassName
{
border-color: #1F0C10;
}
</style>