Shades of Rustic Red #1F000A
Tints of Rustic Red #1F000A
RGB
CMYK
RGB Variations
Color information
#1F000A (or 0x1F000A) is known color: Rustic Red. HEX triplet: 1F, 00 and 0A. RGB value is (31,0,10). Sum of RGB (Red+Green+Blue) = 31+0+10=41 (5% of max value = 765). Red value is 31 (12.5% from 255 or 75.61% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 31 - color contains mainly: red. Hex color #1F000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F000A is #E0FFF5. Grayscale: #0A0A0A. Windows color (decimal): -14745590 or 655391. OLE color: 655391.
HSL color Cylindrical-coordinate representation of color #1F000A: hue angle of 340.65º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F000A is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.68 | 0.88 |
| HSL | 340.65º | 1% | 0.06% | - |
| HSV(B) | 340.65º | 1% | 0.12% | - |
| XYZ | 0.62 | 0.31 | 0.31 | - |
| YUV | 10.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 10 | 0 | 1 | 0.68 | 0.88 | 340.65 | 1 | 0.06 |
| Hex | 1F | 0 | A | 0 | 64 | 44 | 58 | 155 | 64 | 6 |
| Octal | 37 | 0 | 12 | 0 | 144 | 104 | 130 | 525 | 144 | 6 |
| Binary | 11111 | 0 | 1010 | 0 | 1100100 | 1000100 | 1011000 | 101010101 | 1100100 | 110 |
Color Harmonies of #1F000A
Complementary color
Monochromatic Colors of #1F000A
Black with #1F000A
Text Example
Text Example
White with #1F000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F000A; }
p { color: rgb(31,0,10); }
H1.HeaderClassName
{
color: #1F000A;
}
.AnyTagClassName
{
color: #1F000A;
}
</style>
background-color css
<style>
a { background-color: #1F000A; }
a { background-color: rgb(31,0,10); }
div.DivClassName
{
background-color: #1F000A;
}
.BgClassName
{
background-color: #1F000A;
}
</style>
border-color css
<style>
span { border-color: #1F000A; }
span { border-color: rgb(31,0,10); }
td.TdClassName
{
border-color: #1F000A;
}
.TagClassName
{
border-color: #1F000A;
}
</style>