Shades of Rustic Red #080004
Tints of Rustic Red #080004
RGB
CMYK
RGB Variations
Color information
#080004 (or 0x080004) is known color: Rustic Red. HEX triplet: 08, 00 and 04. RGB value is (8,0,4). Sum of RGB (Red+Green+Blue) = 8+0+4=12 (1% of max value = 765). Red value is 8 (3.52% from 255 or 66.67% from 12); Green value is 0 (0.39% from 255 or 0% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 8 - color contains mainly: red. Hex color #080004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080004 is #F7FFFB. Grayscale: #020202. Windows color (decimal): -16252924 or 262152. OLE color: 262152.
HSL color Cylindrical-coordinate representation of color #080004: hue angle of 330º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080004 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.5 | 0.97 |
| HSL | 330º | 1% | 0.02% | - |
| HSV(B) | 330º | 1% | 0.03% | - |
| XYZ | 0.12 | 0.06 | 0.12 | - |
| YUV | 2.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 4 | 0 | 1 | 0.5 | 0.97 | 330 | 1 | 0.02 |
| Hex | 8 | 0 | 4 | 0 | 64 | 32 | 61 | 14A | 64 | 2 |
| Octal | 10 | 0 | 4 | 0 | 144 | 62 | 141 | 512 | 144 | 2 |
| Binary | 1000 | 0 | 100 | 0 | 1100100 | 110010 | 1100001 | 101001010 | 1100100 | 10 |
Color Harmonies of #080004
Complementary color
Monochromatic Colors of #080004
Black with #080004
Text Example
Text Example
White with #080004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080004; }
p { color: rgb(8,0,4); }
H1.HeaderClassName
{
color: #080004;
}
.AnyTagClassName
{
color: #080004;
}
</style>
background-color css
<style>
a { background-color: #080004; }
a { background-color: rgb(8,0,4); }
div.DivClassName
{
background-color: #080004;
}
.BgClassName
{
background-color: #080004;
}
</style>
border-color css
<style>
span { border-color: #080004; }
span { border-color: rgb(8,0,4); }
td.TdClassName
{
border-color: #080004;
}
.TagClassName
{
border-color: #080004;
}
</style>