Shades of Rustic Red #1F0C14
Tints of Rustic Red #1F0C14
RGB
CMYK
RGB Variations
Color information
#1F0C14 (or 0x1F0C14) is known color: Rustic Red. HEX triplet: 1F, 0C and 14. RGB value is (31,12,20). Sum of RGB (Red+Green+Blue) = 31+12+20=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C14 is #E0F3EB. Grayscale: #121212. Windows color (decimal): -14742508 or 1313823. OLE color: 1313823.
HSL color Cylindrical-coordinate representation of color #1F0C14: hue angle of 334.74º 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 #1F0C14 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 12 | 20 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.88 |
| HSL | 334.74º | 0.44% | 0.08% | - |
| HSV(B) | 334.74º | 0.61% | 0.12% | - |
| XYZ | 0.82 | 0.6 | 0.74 | - |
| YUV | 18.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 12 | 20 | 0 | 0.61 | 0.35 | 0.88 | 334.74 | 0.44 | 0.08 |
| Hex | 1F | C | 14 | 0 | 3D | 23 | 58 | 14F | 2C | 8 |
| Octal | 37 | 14 | 24 | 0 | 75 | 43 | 130 | 517 | 54 | 10 |
| Binary | 11111 | 1100 | 10100 | 0 | 111101 | 100011 | 1011000 | 101001111 | 101100 | 1000 |
Color Harmonies of #1F0C14
Complementary color
Monochromatic Colors of #1F0C14
Black with #1F0C14
Text Example
Text Example
White with #1F0C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0C14; }
p { color: rgb(31,12,20); }
H1.HeaderClassName
{
color: #1F0C14;
}
.AnyTagClassName
{
color: #1F0C14;
}
</style>
background-color css
<style>
a { background-color: #1F0C14; }
a { background-color: rgb(31,12,20); }
div.DivClassName
{
background-color: #1F0C14;
}
.BgClassName
{
background-color: #1F0C14;
}
</style>
border-color css
<style>
span { border-color: #1F0C14; }
span { border-color: rgb(31,12,20); }
td.TdClassName
{
border-color: #1F0C14;
}
.TagClassName
{
border-color: #1F0C14;
}
</style>