Shades of Rustic Red #1F0209
Tints of Rustic Red #1F0209
RGB
CMYK
RGB Variations
Color information
#1F0209 (or 0x1F0209) is known color: Rustic Red. HEX triplet: 1F, 02 and 09. RGB value is (31,2,9). Sum of RGB (Red+Green+Blue) = 31+2+9=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0209 is #E0FDF6. Grayscale: #0B0B0B. Windows color (decimal): -14745079 or 590367. OLE color: 590367.
HSL color Cylindrical-coordinate representation of color #1F0209: hue angle of 345.52º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0209 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 9 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.88 |
| HSL | 345.52º | 0.88% | 0.06% | - |
| HSV(B) | 345.52º | 0.94% | 0.12% | - |
| XYZ | 0.64 | 0.35 | 0.29 | - |
| YUV | 11.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 9 | 0 | 0.94 | 0.71 | 0.88 | 345.52 | 0.88 | 0.06 |
| Hex | 1F | 2 | 9 | 0 | 5E | 47 | 58 | 15A | 58 | 6 |
| Octal | 37 | 2 | 11 | 0 | 136 | 107 | 130 | 532 | 130 | 6 |
| Binary | 11111 | 10 | 1001 | 0 | 1011110 | 1000111 | 1011000 | 101011010 | 1011000 | 110 |
Color Harmonies of #1F0209
Complementary color
Monochromatic Colors of #1F0209
Black with #1F0209
Text Example
Text Example
White with #1F0209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0209; }
p { color: rgb(31,2,9); }
H1.HeaderClassName
{
color: #1F0209;
}
.AnyTagClassName
{
color: #1F0209;
}
</style>
background-color css
<style>
a { background-color: #1F0209; }
a { background-color: rgb(31,2,9); }
div.DivClassName
{
background-color: #1F0209;
}
.BgClassName
{
background-color: #1F0209;
}
</style>
border-color css
<style>
span { border-color: #1F0209; }
span { border-color: rgb(31,2,9); }
td.TdClassName
{
border-color: #1F0209;
}
.TagClassName
{
border-color: #1F0209;
}
</style>