Shades of Rustic Red #060204
Tints of Rustic Red #060204
RGB
CMYK
RGB Variations
Color information
#060204 (or 0x060204) is known color: Rustic Red. HEX triplet: 06, 02 and 04. RGB value is (6,2,4). Sum of RGB (Red+Green+Blue) = 6+2+4=12 (1% of max value = 765). Red value is 6 (2.73% from 255 or 50% from 12); Green value is 2 (1.17% from 255 or 16.67% from 12); Blue value is 4 (1.95% from 255 or 33.33% from 12); Max value from RGB is 6 - color contains mainly: red. Hex color #060204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060204 is #F9FDFB. Grayscale: #030303. Windows color (decimal): -16383484 or 262662. OLE color: 262662.
HSL color Cylindrical-coordinate representation of color #060204: hue angle of 330º degrees, saturation: 0.5, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #060204 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 6 | 2 | 4 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.98 |
| HSL | 330º | 0.5% | 0.02% | - |
| HSV(B) | 330º | 0.67% | 0.02% | - |
| XYZ | 0.12 | 0.09 | 0.13 | - |
| YUV | 3.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 4 | 0 | 0.67 | 0.33 | 0.98 | 330 | 0.5 | 0.02 |
| Hex | 6 | 2 | 4 | 0 | 43 | 21 | 62 | 14A | 32 | 2 |
| Octal | 6 | 2 | 4 | 0 | 103 | 41 | 142 | 512 | 62 | 2 |
| Binary | 110 | 10 | 100 | 0 | 1000011 | 100001 | 1100010 | 101001010 | 110010 | 10 |
Color Harmonies of #060204
Complementary color
Monochromatic Colors of #060204
Black with #060204
Text Example
Text Example
White with #060204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060204; }
p { color: rgb(6,2,4); }
H1.HeaderClassName
{
color: #060204;
}
.AnyTagClassName
{
color: #060204;
}
</style>
background-color css
<style>
a { background-color: #060204; }
a { background-color: rgb(6,2,4); }
div.DivClassName
{
background-color: #060204;
}
.BgClassName
{
background-color: #060204;
}
</style>
border-color css
<style>
span { border-color: #060204; }
span { border-color: rgb(6,2,4); }
td.TdClassName
{
border-color: #060204;
}
.TagClassName
{
border-color: #060204;
}
</style>