Shades of Rustic Red #1F0F12
Tints of Rustic Red #1F0F12
RGB
CMYK
RGB Variations
Color information
#1F0F12 (or 0x1F0F12) is known color: Rustic Red. HEX triplet: 1F, 0F and 12. RGB value is (31,15,18). Sum of RGB (Red+Green+Blue) = 31+15+18=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F12 is #E0F0ED. Grayscale: #141414. Windows color (decimal): -14741742 or 1183519. OLE color: 1183519.
HSL color Cylindrical-coordinate representation of color #1F0F12: hue angle of 348.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F0F12 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 15 | 18 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.88 |
| HSL | 348.75º | 0.35% | 0.09% | - |
| HSV(B) | 348.75º | 0.52% | 0.12% | - |
| XYZ | 0.85 | 0.68 | 0.66 | - |
| YUV | 20.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 18 | 0 | 0.52 | 0.42 | 0.88 | 348.75 | 0.35 | 0.09 |
| Hex | 1F | F | 12 | 0 | 34 | 2A | 58 | 15D | 23 | 9 |
| Octal | 37 | 17 | 22 | 0 | 64 | 52 | 130 | 535 | 43 | 11 |
| Binary | 11111 | 1111 | 10010 | 0 | 110100 | 101010 | 1011000 | 101011101 | 100011 | 1001 |
Color Harmonies of #1F0F12
Complementary color
Monochromatic Colors of #1F0F12
Black with #1F0F12
Text Example
Text Example
White with #1F0F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F12; }
p { color: rgb(31,15,18); }
H1.HeaderClassName
{
color: #1F0F12;
}
.AnyTagClassName
{
color: #1F0F12;
}
</style>
background-color css
<style>
a { background-color: #1F0F12; }
a { background-color: rgb(31,15,18); }
div.DivClassName
{
background-color: #1F0F12;
}
.BgClassName
{
background-color: #1F0F12;
}
</style>
border-color css
<style>
span { border-color: #1F0F12; }
span { border-color: rgb(31,15,18); }
td.TdClassName
{
border-color: #1F0F12;
}
.TagClassName
{
border-color: #1F0F12;
}
</style>