Shades of Rustic Red #1F0B12
Tints of Rustic Red #1F0B12
RGB
CMYK
RGB Variations
Color information
#1F0B12 (or 0x1F0B12) is known color: Rustic Red. HEX triplet: 1F, 0B and 12. RGB value is (31,11,18). Sum of RGB (Red+Green+Blue) = 31+11+18=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0B12 is #E0F4ED. Grayscale: #111111. Windows color (decimal): -14742766 or 1182495. OLE color: 1182495.
HSL color Cylindrical-coordinate representation of color #1F0B12: hue angle of 339º 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 #1F0B12 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 11 | 18 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.88 |
| HSL | 339º | 0.48% | 0.08% | - |
| HSV(B) | 339º | 0.65% | 0.12% | - |
| XYZ | 0.79 | 0.57 | 0.64 | - |
| YUV | 17.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 11 | 18 | 0 | 0.65 | 0.42 | 0.88 | 339 | 0.48 | 0.08 |
| Hex | 1F | B | 12 | 0 | 41 | 2A | 58 | 153 | 30 | 8 |
| Octal | 37 | 13 | 22 | 0 | 101 | 52 | 130 | 523 | 60 | 10 |
| Binary | 11111 | 1011 | 10010 | 0 | 1000001 | 101010 | 1011000 | 101010011 | 110000 | 1000 |
Color Harmonies of #1F0B12
Complementary color
Monochromatic Colors of #1F0B12
Black with #1F0B12
Text Example
Text Example
White with #1F0B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0B12; }
p { color: rgb(31,11,18); }
H1.HeaderClassName
{
color: #1F0B12;
}
.AnyTagClassName
{
color: #1F0B12;
}
</style>
background-color css
<style>
a { background-color: #1F0B12; }
a { background-color: rgb(31,11,18); }
div.DivClassName
{
background-color: #1F0B12;
}
.BgClassName
{
background-color: #1F0B12;
}
</style>
border-color css
<style>
span { border-color: #1F0B12; }
span { border-color: rgb(31,11,18); }
td.TdClassName
{
border-color: #1F0B12;
}
.TagClassName
{
border-color: #1F0B12;
}
</style>