Shades of Rustic Red #1F0E10
Tints of Rustic Red #1F0E10
RGB
CMYK
RGB Variations
Color information
#1F0E10 (or 0x1F0E10) is known color: Rustic Red. HEX triplet: 1F, 0E and 10. RGB value is (31,14,16). Sum of RGB (Red+Green+Blue) = 31+14+16=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E10 is #E0F1EF. Grayscale: #131313. Windows color (decimal): -14742000 or 1052191. OLE color: 1052191.
HSL color Cylindrical-coordinate representation of color #1F0E10: hue angle of 352.94º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E10 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 14 | 16 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.88 |
| HSL | 352.94º | 0.38% | 0.09% | - |
| HSV(B) | 352.94º | 0.55% | 0.12% | - |
| XYZ | 0.82 | 0.64 | 0.57 | - |
| YUV | 19.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 16 | 0 | 0.55 | 0.48 | 0.88 | 352.94 | 0.38 | 0.09 |
| Hex | 1F | E | 10 | 0 | 37 | 30 | 58 | 161 | 26 | 9 |
| Octal | 37 | 16 | 20 | 0 | 67 | 60 | 130 | 541 | 46 | 11 |
| Binary | 11111 | 1110 | 10000 | 0 | 110111 | 110000 | 1011000 | 101100001 | 100110 | 1001 |
Color Harmonies of #1F0E10
Complementary color
Monochromatic Colors of #1F0E10
Black with #1F0E10
Text Example
Text Example
White with #1F0E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0E10; }
p { color: rgb(31,14,16); }
H1.HeaderClassName
{
color: #1F0E10;
}
.AnyTagClassName
{
color: #1F0E10;
}
</style>
background-color css
<style>
a { background-color: #1F0E10; }
a { background-color: rgb(31,14,16); }
div.DivClassName
{
background-color: #1F0E10;
}
.BgClassName
{
background-color: #1F0E10;
}
</style>
border-color css
<style>
span { border-color: #1F0E10; }
span { border-color: rgb(31,14,16); }
td.TdClassName
{
border-color: #1F0E10;
}
.TagClassName
{
border-color: #1F0E10;
}
</style>