Shades of Rustic Red #080105
Tints of Rustic Red #080105
RGB
CMYK
RGB Variations
Color information
#080105 (or 0x080105) is known color: Rustic Red. HEX triplet: 08, 01 and 05. RGB value is (8,1,5). Sum of RGB (Red+Green+Blue) = 8+1+5=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 5 (2.34% from 255 or 35.71% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080105 is #F7FEFA. Grayscale: #030303. Windows color (decimal): -16252667 or 327944. OLE color: 327944.
HSL color Cylindrical-coordinate representation of color #080105: hue angle of 325.71º degrees, saturation: 0.78, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080105 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 1 | 5 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.97 |
| HSL | 325.71º | 0.78% | 0.02% | - |
| HSV(B) | 325.71º | 0.88% | 0.03% | - |
| XYZ | 0.14 | 0.08 | 0.15 | - |
| YUV | 3.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 5 | 0 | 0.88 | 0.38 | 0.97 | 325.71 | 0.78 | 0.02 |
| Hex | 8 | 1 | 5 | 0 | 58 | 26 | 61 | 146 | 4E | 2 |
| Octal | 10 | 1 | 5 | 0 | 130 | 46 | 141 | 506 | 116 | 2 |
| Binary | 1000 | 1 | 101 | 0 | 1011000 | 100110 | 1100001 | 101000110 | 1001110 | 10 |
Color Harmonies of #080105
Complementary color
Monochromatic Colors of #080105
Black with #080105
Text Example
Text Example
White with #080105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080105; }
p { color: rgb(8,1,5); }
H1.HeaderClassName
{
color: #080105;
}
.AnyTagClassName
{
color: #080105;
}
</style>
background-color css
<style>
a { background-color: #080105; }
a { background-color: rgb(8,1,5); }
div.DivClassName
{
background-color: #080105;
}
.BgClassName
{
background-color: #080105;
}
</style>
border-color css
<style>
span { border-color: #080105; }
span { border-color: rgb(8,1,5); }
td.TdClassName
{
border-color: #080105;
}
.TagClassName
{
border-color: #080105;
}
</style>