Shades of Rustic Red #080204
Tints of Rustic Red #080204
RGB
CMYK
RGB Variations
Color information
#080204 (or 0x080204) is known color: Rustic Red. HEX triplet: 08, 02 and 04. RGB value is (8,2,4). Sum of RGB (Red+Green+Blue) = 8+2+4=14 (1% of max value = 765). Red value is 8 (3.52% from 255 or 57.14% from 14); Green value is 2 (1.17% from 255 or 14.29% from 14); Blue value is 4 (1.95% from 255 or 28.57% from 14); Max value from RGB is 8 - color contains mainly: red. Hex color #080204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080204 is #F7FDFB. Grayscale: #040404. Windows color (decimal): -16252412 or 262664. OLE color: 262664.
HSL color Cylindrical-coordinate representation of color #080204: hue angle of 340º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080204 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
RGB | 8 | 2 | 4 | - |
CMYK | 0 | 0.75 | 0.5 | 0.97 |
HSL | 340º | 0.6% | 0.02% | - |
HSV(B) | 340º | 0.75% | 0.03% | - |
XYZ | 0.14 | 0.1 | 0.13 | - |
YUV | 4.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 2 | 4 | 0 | 0.75 | 0.5 | 0.97 | 340 | 0.6 | 0.02 |
Hex | 8 | 2 | 4 | 0 | 4B | 32 | 61 | 154 | 3C | 2 |
Octal | 10 | 2 | 4 | 0 | 113 | 62 | 141 | 524 | 74 | 2 |
Binary | 1000 | 10 | 100 | 0 | 1001011 | 110010 | 1100001 | 101010100 | 111100 | 10 |
Color Harmonies of #080204
Complementary color
Monochromatic Colors of #080204
Black with #080204
Text Example
Text Example
White with #080204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080204; }
p { color: rgb(8,2,4); }
H1.HeaderClassName
{
color: #080204;
}
.AnyTagClassName
{
color: #080204;
}
</style>
background-color css
<style>
a { background-color: #080204; }
a { background-color: rgb(8,2,4); }
div.DivClassName
{
background-color: #080204;
}
.BgClassName
{
background-color: #080204;
}
</style>
border-color css
<style>
span { border-color: #080204; }
span { border-color: rgb(8,2,4); }
td.TdClassName
{
border-color: #080204;
}
.TagClassName
{
border-color: #080204;
}
</style>