Shades of Rustic Red #1F0609
Tints of Rustic Red #1F0609
RGB
CMYK
RGB Variations
Color information
#1F0609 (or 0x1F0609) is known color: Rustic Red. HEX triplet: 1F, 06 and 09. RGB value is (31,6,9). Sum of RGB (Red+Green+Blue) = 31+6+9=46 (6% of max value = 765). Red value is 31 (12.5% from 255 or 67.39% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0609 is #E0F9F6. Grayscale: #0D0D0D. Windows color (decimal): -14744055 or 591391. OLE color: 591391.
HSL color Cylindrical-coordinate representation of color #1F0609: hue angle of 352.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F0609 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 9 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.88 |
| HSL | 352.8º | 0.68% | 0.07% | - |
| HSV(B) | 352.8º | 0.81% | 0.12% | - |
| XYZ | 0.68 | 0.44 | 0.31 | - |
| YUV | 13.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 9 | 0 | 0.81 | 0.71 | 0.88 | 352.8 | 0.68 | 0.07 |
| Hex | 1F | 6 | 9 | 0 | 51 | 47 | 58 | 161 | 44 | 7 |
| Octal | 37 | 6 | 11 | 0 | 121 | 107 | 130 | 541 | 104 | 7 |
| Binary | 11111 | 110 | 1001 | 0 | 1010001 | 1000111 | 1011000 | 101100001 | 1000100 | 111 |
Color Harmonies of #1F0609
Complementary color
Monochromatic Colors of #1F0609
Black with #1F0609
Text Example
Text Example
White with #1F0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0609; }
p { color: rgb(31,6,9); }
H1.HeaderClassName
{
color: #1F0609;
}
.AnyTagClassName
{
color: #1F0609;
}
</style>
background-color css
<style>
a { background-color: #1F0609; }
a { background-color: rgb(31,6,9); }
div.DivClassName
{
background-color: #1F0609;
}
.BgClassName
{
background-color: #1F0609;
}
</style>
border-color css
<style>
span { border-color: #1F0609; }
span { border-color: rgb(31,6,9); }
td.TdClassName
{
border-color: #1F0609;
}
.TagClassName
{
border-color: #1F0609;
}
</style>