Shades of Rustic Red #1F0D13
Tints of Rustic Red #1F0D13
RGB
CMYK
RGB Variations
Color information
#1F0D13 (or 0x1F0D13) is known color: Rustic Red. HEX triplet: 1F, 0D and 13. RGB value is (31,13,19). Sum of RGB (Red+Green+Blue) = 31+13+19=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 13 (5.47% from 255 or 20.63% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D13 is #E0F2EC. Grayscale: #131313. Windows color (decimal): -14742253 or 1248543. OLE color: 1248543.
HSL color Cylindrical-coordinate representation of color #1F0D13: hue angle of 340º 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 #1F0D13 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 13 | 19 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.88 |
| HSL | 340º | 0.41% | 0.09% | - |
| HSV(B) | 340º | 0.58% | 0.12% | - |
| XYZ | 0.83 | 0.63 | 0.69 | - |
| YUV | 19.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 13 | 19 | 0 | 0.58 | 0.39 | 0.88 | 340 | 0.41 | 0.09 |
| Hex | 1F | D | 13 | 0 | 3A | 27 | 58 | 154 | 29 | 9 |
| Octal | 37 | 15 | 23 | 0 | 72 | 47 | 130 | 524 | 51 | 11 |
| Binary | 11111 | 1101 | 10011 | 0 | 111010 | 100111 | 1011000 | 101010100 | 101001 | 1001 |
Color Harmonies of #1F0D13
Complementary color
Monochromatic Colors of #1F0D13
Black with #1F0D13
Text Example
Text Example
White with #1F0D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0D13; }
p { color: rgb(31,13,19); }
H1.HeaderClassName
{
color: #1F0D13;
}
.AnyTagClassName
{
color: #1F0D13;
}
</style>
background-color css
<style>
a { background-color: #1F0D13; }
a { background-color: rgb(31,13,19); }
div.DivClassName
{
background-color: #1F0D13;
}
.BgClassName
{
background-color: #1F0D13;
}
</style>
border-color css
<style>
span { border-color: #1F0D13; }
span { border-color: rgb(31,13,19); }
td.TdClassName
{
border-color: #1F0D13;
}
.TagClassName
{
border-color: #1F0D13;
}
</style>