Shades of Rustic Red #1F0B10
Tints of Rustic Red #1F0B10
RGB
CMYK
RGB Variations
Color information
#1F0B10 (or 0x1F0B10) is known color: Rustic Red. HEX triplet: 1F, 0B and 10. RGB value is (31,11,16). Sum of RGB (Red+Green+Blue) = 31+11+16=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B10 is #E0F4EF. Grayscale: #111111. Windows color (decimal): -14742768 or 1051423. OLE color: 1051423.
HSL color Cylindrical-coordinate representation of color #1F0B10: hue angle of 345º degrees, saturation: 0.48, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F0B10 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 16 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.88 |
| HSL | 345º | 0.48% | 0.08% | - |
| HSV(B) | 345º | 0.65% | 0.12% | - |
| XYZ | 0.78 | 0.57 | 0.56 | - |
| YUV | 17.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 16 | 0 | 0.65 | 0.48 | 0.88 | 345 | 0.48 | 0.08 |
| Hex | 1F | B | 10 | 0 | 41 | 30 | 58 | 159 | 30 | 8 |
| Octal | 37 | 13 | 20 | 0 | 101 | 60 | 130 | 531 | 60 | 10 |
| Binary | 11111 | 1011 | 10000 | 0 | 1000001 | 110000 | 1011000 | 101011001 | 110000 | 1000 |
Color Harmonies of #1F0B10
Complementary color
Monochromatic Colors of #1F0B10
Black with #1F0B10
Text Example
Text Example
White with #1F0B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B10; }
p { color: rgb(31,11,16); }
H1.HeaderClassName
{
color: #1F0B10;
}
.AnyTagClassName
{
color: #1F0B10;
}
</style>
background-color css
<style>
a { background-color: #1F0B10; }
a { background-color: rgb(31,11,16); }
div.DivClassName
{
background-color: #1F0B10;
}
.BgClassName
{
background-color: #1F0B10;
}
</style>
border-color css
<style>
span { border-color: #1F0B10; }
span { border-color: rgb(31,11,16); }
td.TdClassName
{
border-color: #1F0B10;
}
.TagClassName
{
border-color: #1F0B10;
}
</style>