Shades of Rustic Red #1F080B
Tints of Rustic Red #1F080B
RGB
CMYK
RGB Variations
Color information
#1F080B (or 0x1F080B) is known color: Rustic Red. HEX triplet: 1F, 08 and 0B. RGB value is (31,8,11). Sum of RGB (Red+Green+Blue) = 31+8+11=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F080B is #E0F7F4. Grayscale: #0F0F0F. Windows color (decimal): -14743541 or 722975. OLE color: 722975.
HSL color Cylindrical-coordinate representation of color #1F080B: hue angle of 352.17º 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 #1F080B is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 8 | 11 | - |
CMYK | 0 | 0.74 | 0.65 | 0.88 |
HSL | 352.17º | 0.59% | 0.08% | - |
HSV(B) | 352.17º | 0.74% | 0.12% | - |
XYZ | 0.71 | 0.49 | 0.37 | - |
YUV | 15.22 | 125.62 | 139.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 8 | 11 | 0 | 0.74 | 0.65 | 0.88 | 352.17 | 0.59 | 0.08 |
Hex | 1F | 8 | B | 0 | 4A | 41 | 58 | 160 | 3B | 8 |
Octal | 37 | 10 | 13 | 0 | 112 | 101 | 130 | 540 | 73 | 10 |
Binary | 11111 | 1000 | 1011 | 0 | 1001010 | 1000001 | 1011000 | 101100000 | 111011 | 1000 |
Color Harmonies of #1F080B
Complementary color
Monochromatic Colors of #1F080B
Black with #1F080B
Text Example
Text Example
White with #1F080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F080B; }
p { color: rgb(31,8,11); }
H1.HeaderClassName
{
color: #1F080B;
}
.AnyTagClassName
{
color: #1F080B;
}
</style>
background-color css
<style>
a { background-color: #1F080B; }
a { background-color: rgb(31,8,11); }
div.DivClassName
{
background-color: #1F080B;
}
.BgClassName
{
background-color: #1F080B;
}
</style>
border-color css
<style>
span { border-color: #1F080B; }
span { border-color: rgb(31,8,11); }
td.TdClassName
{
border-color: #1F080B;
}
.TagClassName
{
border-color: #1F080B;
}
</style>