Shades of Rustic Red #080104
Tints of Rustic Red #080104
RGB
CMYK
RGB Variations
Color information
#080104 (or 0x080104) is known color: Rustic Red. HEX triplet: 08, 01 and 04. RGB value is (8,1,4). Sum of RGB (Red+Green+Blue) = 8+1+4=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 4 (1.95% from 255 or 30.77% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080104 is #F7FEFB. Grayscale: #030303. Windows color (decimal): -16252668 or 262408. OLE color: 262408.
HSL color Cylindrical-coordinate representation of color #080104: hue angle of 334.29º 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 #080104 is Cyan = 0, Magento = 0.88, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 1 | 4 | - |
| CMYK | 0 | 0.88 | 0.5 | 0.97 |
| HSL | 334.29º | 0.78% | 0.02% | - |
| HSV(B) | 334.29º | 0.88% | 0.03% | - |
| XYZ | 0.13 | 0.08 | 0.12 | - |
| YUV | 3.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 1 | 4 | 0 | 0.88 | 0.5 | 0.97 | 334.29 | 0.78 | 0.02 |
| Hex | 8 | 1 | 4 | 0 | 58 | 32 | 61 | 14E | 4E | 2 |
| Octal | 10 | 1 | 4 | 0 | 130 | 62 | 141 | 516 | 116 | 2 |
| Binary | 1000 | 1 | 100 | 0 | 1011000 | 110010 | 1100001 | 101001110 | 1001110 | 10 |
Color Harmonies of #080104
Complementary color
Monochromatic Colors of #080104
Black with #080104
Text Example
Text Example
White with #080104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080104; }
p { color: rgb(8,1,4); }
H1.HeaderClassName
{
color: #080104;
}
.AnyTagClassName
{
color: #080104;
}
</style>
background-color css
<style>
a { background-color: #080104; }
a { background-color: rgb(8,1,4); }
div.DivClassName
{
background-color: #080104;
}
.BgClassName
{
background-color: #080104;
}
</style>
border-color css
<style>
span { border-color: #080104; }
span { border-color: rgb(8,1,4); }
td.TdClassName
{
border-color: #080104;
}
.TagClassName
{
border-color: #080104;
}
</style>