Shades of Rustic Red #1F010A
Tints of Rustic Red #1F010A
RGB
CMYK
RGB Variations
Color information
#1F010A (or 0x1F010A) is known color: Rustic Red. HEX triplet: 1F, 01 and 0A. RGB value is (31,1,10). Sum of RGB (Red+Green+Blue) = 31+1+10=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010A is #E0FEF5. Grayscale: #0A0A0A. Windows color (decimal): -14745334 or 655647. OLE color: 655647.
HSL color Cylindrical-coordinate representation of color #1F010A: hue angle of 342º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F010A is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 10 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.88 |
| HSL | 342º | 0.94% | 0.06% | - |
| HSV(B) | 342º | 0.97% | 0.12% | - |
| XYZ | 0.63 | 0.33 | 0.32 | - |
| YUV | 11 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 10 | 0 | 0.97 | 0.68 | 0.88 | 342 | 0.94 | 0.06 |
| Hex | 1F | 1 | A | 0 | 61 | 44 | 58 | 156 | 5E | 6 |
| Octal | 37 | 1 | 12 | 0 | 141 | 104 | 130 | 526 | 136 | 6 |
| Binary | 11111 | 1 | 1010 | 0 | 1100001 | 1000100 | 1011000 | 101010110 | 1011110 | 110 |
Color Harmonies of #1F010A
Complementary color
Monochromatic Colors of #1F010A
Black with #1F010A
Text Example
Text Example
White with #1F010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F010A; }
p { color: rgb(31,1,10); }
H1.HeaderClassName
{
color: #1F010A;
}
.AnyTagClassName
{
color: #1F010A;
}
</style>
background-color css
<style>
a { background-color: #1F010A; }
a { background-color: rgb(31,1,10); }
div.DivClassName
{
background-color: #1F010A;
}
.BgClassName
{
background-color: #1F010A;
}
</style>
border-color css
<style>
span { border-color: #1F010A; }
span { border-color: rgb(31,1,10); }
td.TdClassName
{
border-color: #1F010A;
}
.TagClassName
{
border-color: #1F010A;
}
</style>