Shades of Rustic Red #1F0D12
Tints of Rustic Red #1F0D12
RGB
CMYK
RGB Variations
Color information
#1F0D12 (or 0x1F0D12) is known color: Rustic Red. HEX triplet: 1F, 0D and 12. RGB value is (31,13,18). Sum of RGB (Red+Green+Blue) = 31+13+18=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D12 is #E0F2ED. Grayscale: #121212. Windows color (decimal): -14742254 or 1183007. OLE color: 1183007.
HSL color Cylindrical-coordinate representation of color #1F0D12: hue angle of 343.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F0D12 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 13 | 18 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.88 |
| HSL | 343.33º | 0.41% | 0.09% | - |
| HSV(B) | 343.33º | 0.58% | 0.12% | - |
| XYZ | 0.82 | 0.62 | 0.65 | - |
| YUV | 18.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 18 | 0 | 0.58 | 0.42 | 0.88 | 343.33 | 0.41 | 0.09 |
| Hex | 1F | D | 12 | 0 | 3A | 2A | 58 | 157 | 29 | 9 |
| Octal | 37 | 15 | 22 | 0 | 72 | 52 | 130 | 527 | 51 | 11 |
| Binary | 11111 | 1101 | 10010 | 0 | 111010 | 101010 | 1011000 | 101010111 | 101001 | 1001 |
Color Harmonies of #1F0D12
Complementary color
Monochromatic Colors of #1F0D12
Black with #1F0D12
Text Example
Text Example
White with #1F0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D12; }
p { color: rgb(31,13,18); }
H1.HeaderClassName
{
color: #1F0D12;
}
.AnyTagClassName
{
color: #1F0D12;
}
</style>
background-color css
<style>
a { background-color: #1F0D12; }
a { background-color: rgb(31,13,18); }
div.DivClassName
{
background-color: #1F0D12;
}
.BgClassName
{
background-color: #1F0D12;
}
</style>
border-color css
<style>
span { border-color: #1F0D12; }
span { border-color: rgb(31,13,18); }
td.TdClassName
{
border-color: #1F0D12;
}
.TagClassName
{
border-color: #1F0D12;
}
</style>