Shades of Rustic Red #1F090C
Tints of Rustic Red #1F090C
RGB
CMYK
RGB Variations
Color information
#1F090C (or 0x1F090C) is known color: Rustic Red. HEX triplet: 1F, 09 and 0C. RGB value is (31,9,12). Sum of RGB (Red+Green+Blue) = 31+9+12=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F090C is #E0F6F3. Grayscale: #0F0F0F. Windows color (decimal): -14743284 or 788767. OLE color: 788767.
HSL color Cylindrical-coordinate representation of color #1F090C: hue angle of 351.82º 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 #1F090C is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 12 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.88 |
| HSL | 351.82º | 0.55% | 0.08% | - |
| HSV(B) | 351.82º | 0.71% | 0.12% | - |
| XYZ | 0.73 | 0.51 | 0.41 | - |
| YUV | 15.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 12 | 0 | 0.71 | 0.61 | 0.88 | 351.82 | 0.55 | 0.08 |
| Hex | 1F | 9 | C | 0 | 47 | 3D | 58 | 160 | 37 | 8 |
| Octal | 37 | 11 | 14 | 0 | 107 | 75 | 130 | 540 | 67 | 10 |
| Binary | 11111 | 1001 | 1100 | 0 | 1000111 | 111101 | 1011000 | 101100000 | 110111 | 1000 |
Color Harmonies of #1F090C
Complementary color
Monochromatic Colors of #1F090C
Black with #1F090C
Text Example
Text Example
White with #1F090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F090C; }
p { color: rgb(31,9,12); }
H1.HeaderClassName
{
color: #1F090C;
}
.AnyTagClassName
{
color: #1F090C;
}
</style>
background-color css
<style>
a { background-color: #1F090C; }
a { background-color: rgb(31,9,12); }
div.DivClassName
{
background-color: #1F090C;
}
.BgClassName
{
background-color: #1F090C;
}
</style>
border-color css
<style>
span { border-color: #1F090C; }
span { border-color: rgb(31,9,12); }
td.TdClassName
{
border-color: #1F090C;
}
.TagClassName
{
border-color: #1F090C;
}
</style>