Shades of Rustic Red #1F0809
Tints of Rustic Red #1F0809
RGB
CMYK
RGB Variations
Color information
#1F0809 (or 0x1F0809) is known color: Rustic Red. HEX triplet: 1F, 08 and 09. RGB value is (31,8,9). Sum of RGB (Red+Green+Blue) = 31+8+9=48 (6% of max value = 765). Red value is 31 (12.5% from 255 or 64.58% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0809 is #E0F7F6. Grayscale: #0F0F0F. Windows color (decimal): -14743543 or 591903. OLE color: 591903.
HSL color Cylindrical-coordinate representation of color #1F0809: hue angle of 357.39º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F0809 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 9 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.88 |
| HSL | 357.39º | 0.59% | 0.08% | - |
| HSV(B) | 357.39º | 0.74% | 0.12% | - |
| XYZ | 0.7 | 0.48 | 0.32 | - |
| YUV | 14.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 9 | 0 | 0.74 | 0.71 | 0.88 | 357.39 | 0.59 | 0.08 |
| Hex | 1F | 8 | 9 | 0 | 4A | 47 | 58 | 165 | 3B | 8 |
| Octal | 37 | 10 | 11 | 0 | 112 | 107 | 130 | 545 | 73 | 10 |
| Binary | 11111 | 1000 | 1001 | 0 | 1001010 | 1000111 | 1011000 | 101100101 | 111011 | 1000 |
Color Harmonies of #1F0809
Complementary color
Monochromatic Colors of #1F0809
Black with #1F0809
Text Example
Text Example
White with #1F0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0809; }
p { color: rgb(31,8,9); }
H1.HeaderClassName
{
color: #1F0809;
}
.AnyTagClassName
{
color: #1F0809;
}
</style>
background-color css
<style>
a { background-color: #1F0809; }
a { background-color: rgb(31,8,9); }
div.DivClassName
{
background-color: #1F0809;
}
.BgClassName
{
background-color: #1F0809;
}
</style>
border-color css
<style>
span { border-color: #1F0809; }
span { border-color: rgb(31,8,9); }
td.TdClassName
{
border-color: #1F0809;
}
.TagClassName
{
border-color: #1F0809;
}
</style>