Shades of Rustic Red #1F0913
Tints of Rustic Red #1F0913
RGB
CMYK
RGB Variations
Color information
#1F0913 (or 0x1F0913) is known color: Rustic Red. HEX triplet: 1F, 09 and 13. RGB value is (31,9,19). Sum of RGB (Red+Green+Blue) = 31+9+19=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0913 is #E0F6EC. Grayscale: #101010. Windows color (decimal): -14743277 or 1247519. OLE color: 1247519.
HSL color Cylindrical-coordinate representation of color #1F0913: hue angle of 332.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F0913 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 19 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.88 |
| HSL | 332.73º | 0.55% | 0.08% | - |
| HSV(B) | 332.73º | 0.71% | 0.12% | - |
| XYZ | 0.78 | 0.53 | 0.68 | - |
| YUV | 16.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 19 | 0 | 0.71 | 0.39 | 0.88 | 332.73 | 0.55 | 0.08 |
| Hex | 1F | 9 | 13 | 0 | 47 | 27 | 58 | 14D | 37 | 8 |
| Octal | 37 | 11 | 23 | 0 | 107 | 47 | 130 | 515 | 67 | 10 |
| Binary | 11111 | 1001 | 10011 | 0 | 1000111 | 100111 | 1011000 | 101001101 | 110111 | 1000 |
Color Harmonies of #1F0913
Complementary color
Monochromatic Colors of #1F0913
Black with #1F0913
Text Example
Text Example
White with #1F0913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0913; }
p { color: rgb(31,9,19); }
H1.HeaderClassName
{
color: #1F0913;
}
.AnyTagClassName
{
color: #1F0913;
}
</style>
background-color css
<style>
a { background-color: #1F0913; }
a { background-color: rgb(31,9,19); }
div.DivClassName
{
background-color: #1F0913;
}
.BgClassName
{
background-color: #1F0913;
}
</style>
border-color css
<style>
span { border-color: #1F0913; }
span { border-color: rgb(31,9,19); }
td.TdClassName
{
border-color: #1F0913;
}
.TagClassName
{
border-color: #1F0913;
}
</style>