Shades of Rustic Red #1F080D
Tints of Rustic Red #1F080D
RGB
CMYK
RGB Variations
Color information
#1F080D (or 0x1F080D) is known color: Rustic Red. HEX triplet: 1F, 08 and 0D. RGB value is (31,8,13). Sum of RGB (Red+Green+Blue) = 31+8+13=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F080D is #E0F7F2. Grayscale: #0F0F0F. Windows color (decimal): -14743539 or 854047. OLE color: 854047.
HSL color Cylindrical-coordinate representation of color #1F080D: hue angle of 346.96º 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 #1F080D is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 13 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.88 |
| HSL | 346.96º | 0.59% | 0.08% | - |
| HSV(B) | 346.96º | 0.74% | 0.12% | - |
| XYZ | 0.72 | 0.49 | 0.44 | - |
| YUV | 15.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 13 | 0 | 0.74 | 0.58 | 0.88 | 346.96 | 0.59 | 0.08 |
| Hex | 1F | 8 | D | 0 | 4A | 3A | 58 | 15B | 3B | 8 |
| Octal | 37 | 10 | 15 | 0 | 112 | 72 | 130 | 533 | 73 | 10 |
| Binary | 11111 | 1000 | 1101 | 0 | 1001010 | 111010 | 1011000 | 101011011 | 111011 | 1000 |
Color Harmonies of #1F080D
Complementary color
Monochromatic Colors of #1F080D
Black with #1F080D
Text Example
Text Example
White with #1F080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F080D; }
p { color: rgb(31,8,13); }
H1.HeaderClassName
{
color: #1F080D;
}
.AnyTagClassName
{
color: #1F080D;
}
</style>
background-color css
<style>
a { background-color: #1F080D; }
a { background-color: rgb(31,8,13); }
div.DivClassName
{
background-color: #1F080D;
}
.BgClassName
{
background-color: #1F080D;
}
</style>
border-color css
<style>
span { border-color: #1F080D; }
span { border-color: rgb(31,8,13); }
td.TdClassName
{
border-color: #1F080D;
}
.TagClassName
{
border-color: #1F080D;
}
</style>