Shades of Rustic Red #1F080A
Tints of Rustic Red #1F080A
RGB
CMYK
RGB Variations
Color information
#1F080A (or 0x1F080A) is known color: Rustic Red. HEX triplet: 1F, 08 and 0A. RGB value is (31,8,10). Sum of RGB (Red+Green+Blue) = 31+8+10=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F080A is #E0F7F5. Grayscale: #0F0F0F. Windows color (decimal): -14743542 or 657439. OLE color: 657439.
HSL color Cylindrical-coordinate representation of color #1F080A: hue angle of 354.78º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F080A is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 10 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.88 |
| HSL | 354.78º | 0.59% | 0.08% | - |
| HSV(B) | 354.78º | 0.74% | 0.12% | - |
| XYZ | 0.71 | 0.49 | 0.34 | - |
| YUV | 15.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 10 | 0 | 0.74 | 0.68 | 0.88 | 354.78 | 0.59 | 0.08 |
| Hex | 1F | 8 | A | 0 | 4A | 44 | 58 | 163 | 3B | 8 |
| Octal | 37 | 10 | 12 | 0 | 112 | 104 | 130 | 543 | 73 | 10 |
| Binary | 11111 | 1000 | 1010 | 0 | 1001010 | 1000100 | 1011000 | 101100011 | 111011 | 1000 |
Color Harmonies of #1F080A
Complementary color
Monochromatic Colors of #1F080A
Black with #1F080A
Text Example
Text Example
White with #1F080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F080A; }
p { color: rgb(31,8,10); }
H1.HeaderClassName
{
color: #1F080A;
}
.AnyTagClassName
{
color: #1F080A;
}
</style>
background-color css
<style>
a { background-color: #1F080A; }
a { background-color: rgb(31,8,10); }
div.DivClassName
{
background-color: #1F080A;
}
.BgClassName
{
background-color: #1F080A;
}
</style>
border-color css
<style>
span { border-color: #1F080A; }
span { border-color: rgb(31,8,10); }
td.TdClassName
{
border-color: #1F080A;
}
.TagClassName
{
border-color: #1F080A;
}
</style>