Shades of Rustic Red #080506
Tints of Rustic Red #080506
RGB
CMYK
RGB Variations
Color information
#080506 (or 0x080506) is known color: Rustic Red. HEX triplet: 08, 05 and 06. RGB value is (8,5,6). Sum of RGB (Red+Green+Blue) = 8+5+6=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 5 (2.34% from 255 or 26.32% from 19); Blue value is 6 (2.73% from 255 or 31.58% from 19); Max value from RGB is 8 - color contains mainly: red. Hex color #080506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080506 is #F7FAF9. Grayscale: #060606. Windows color (decimal): -16251642 or 394504. OLE color: 394504.
HSL color Cylindrical-coordinate representation of color #080506: hue angle of 340º degrees, saturation: 0.23, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #080506 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.97.
Color convert
RGB | 8 | 5 | 6 | - |
CMYK | 0 | 0.38 | 0.25 | 0.97 |
HSL | 340º | 0.23% | 0.03% | - |
HSV(B) | 340º | 0.38% | 0.03% | - |
XYZ | 0.19 | 0.17 | 0.2 | - |
YUV | 6.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 5 | 6 | 0 | 0.38 | 0.25 | 0.97 | 340 | 0.23 | 0.03 |
Hex | 8 | 5 | 6 | 0 | 26 | 19 | 61 | 154 | 17 | 3 |
Octal | 10 | 5 | 6 | 0 | 46 | 31 | 141 | 524 | 27 | 3 |
Binary | 1000 | 101 | 110 | 0 | 100110 | 11001 | 1100001 | 101010100 | 10111 | 11 |
Color Harmonies of #080506
Complementary color
Monochromatic Colors of #080506
Black with #080506
Text Example
Text Example
White with #080506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080506; }
p { color: rgb(8,5,6); }
H1.HeaderClassName
{
color: #080506;
}
.AnyTagClassName
{
color: #080506;
}
</style>
background-color css
<style>
a { background-color: #080506; }
a { background-color: rgb(8,5,6); }
div.DivClassName
{
background-color: #080506;
}
.BgClassName
{
background-color: #080506;
}
</style>
border-color css
<style>
span { border-color: #080506; }
span { border-color: rgb(8,5,6); }
td.TdClassName
{
border-color: #080506;
}
.TagClassName
{
border-color: #080506;
}
</style>