Shades of Rustic Red #1F090A
Tints of Rustic Red #1F090A
RGB
CMYK
RGB Variations
Color information
#1F090A (or 0x1F090A) is known color: Rustic Red. HEX triplet: 1F, 09 and 0A. RGB value is (31,9,10). Sum of RGB (Red+Green+Blue) = 31+9+10=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F090A is #E0F6F5. Grayscale: #0F0F0F. Windows color (decimal): -14743286 or 657695. OLE color: 657695.
HSL color Cylindrical-coordinate representation of color #1F090A: hue angle of 357.27º 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 #1F090A is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 9 | 10 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.88 |
| HSL | 357.27º | 0.55% | 0.08% | - |
| HSV(B) | 357.27º | 0.71% | 0.12% | - |
| XYZ | 0.72 | 0.51 | 0.35 | - |
| YUV | 15.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 10 | 0 | 0.71 | 0.68 | 0.88 | 357.27 | 0.55 | 0.08 |
| Hex | 1F | 9 | A | 0 | 47 | 44 | 58 | 165 | 37 | 8 |
| Octal | 37 | 11 | 12 | 0 | 107 | 104 | 130 | 545 | 67 | 10 |
| Binary | 11111 | 1001 | 1010 | 0 | 1000111 | 1000100 | 1011000 | 101100101 | 110111 | 1000 |
Color Harmonies of #1F090A
Complementary color
Monochromatic Colors of #1F090A
Black with #1F090A
Text Example
Text Example
White with #1F090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F090A; }
p { color: rgb(31,9,10); }
H1.HeaderClassName
{
color: #1F090A;
}
.AnyTagClassName
{
color: #1F090A;
}
</style>
background-color css
<style>
a { background-color: #1F090A; }
a { background-color: rgb(31,9,10); }
div.DivClassName
{
background-color: #1F090A;
}
.BgClassName
{
background-color: #1F090A;
}
</style>
border-color css
<style>
span { border-color: #1F090A; }
span { border-color: rgb(31,9,10); }
td.TdClassName
{
border-color: #1F090A;
}
.TagClassName
{
border-color: #1F090A;
}
</style>