Shades of Rustic Red #060405
Tints of Rustic Red #060405
RGB
CMYK
RGB Variations
Color information
#060405 (or 0x060405) is known color: Rustic Red. HEX triplet: 06, 04 and 05. RGB value is (6,4,5). Sum of RGB (Red+Green+Blue) = 6+4+5=15 (1% of max value = 765). Red value is 6 (2.73% from 255 or 40% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 5 (2.34% from 255 or 33.33% from 15); Max value from RGB is 6 - color contains mainly: red. Hex color #060405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060405 is #F9FBFA. Grayscale: #040404. Windows color (decimal): -16382971 or 328710. OLE color: 328710.
HSL color Cylindrical-coordinate representation of color #060405: hue angle of 330º degrees, saturation: 0.2, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #060405 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.98.
Color convert
RGB | 6 | 4 | 5 | - |
CMYK | 0 | 0.33 | 0.17 | 0.98 |
HSL | 330º | 0.2% | 0.02% | - |
HSV(B) | 330º | 0.33% | 0.02% | - |
XYZ | 0.15 | 0.14 | 0.16 | - |
YUV | 4.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 4 | 5 | 0 | 0.33 | 0.17 | 0.98 | 330 | 0.2 | 0.02 |
Hex | 6 | 4 | 5 | 0 | 21 | 11 | 62 | 14A | 14 | 2 |
Octal | 6 | 4 | 5 | 0 | 41 | 21 | 142 | 512 | 24 | 2 |
Binary | 110 | 100 | 101 | 0 | 100001 | 10001 | 1100010 | 101001010 | 10100 | 10 |
Color Harmonies of #060405
Complementary color
Monochromatic Colors of #060405
Black with #060405
Text Example
Text Example
White with #060405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060405; }
p { color: rgb(6,4,5); }
H1.HeaderClassName
{
color: #060405;
}
.AnyTagClassName
{
color: #060405;
}
</style>
background-color css
<style>
a { background-color: #060405; }
a { background-color: rgb(6,4,5); }
div.DivClassName
{
background-color: #060405;
}
.BgClassName
{
background-color: #060405;
}
</style>
border-color css
<style>
span { border-color: #060405; }
span { border-color: rgb(6,4,5); }
td.TdClassName
{
border-color: #060405;
}
.TagClassName
{
border-color: #060405;
}
</style>