Shades of Rustic Red #060103
Tints of Rustic Red #060103
RGB
CMYK
RGB Variations
Color information
#060103 (or 0x060103) is known color: Rustic Red. HEX triplet: 06, 01 and 03. RGB value is (6,1,3). Sum of RGB (Red+Green+Blue) = 6+1+3=10 (1% of max value = 765). Red value is 6 (2.73% from 255 or 60% from 10); Green value is 1 (0.78% from 255 or 10% from 10); Blue value is 3 (1.56% from 255 or 30% from 10); Max value from RGB is 6 - color contains mainly: red. Hex color #060103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060103 is #F9FEFC. Grayscale: #020202. Windows color (decimal): -16383741 or 196870. OLE color: 196870.
HSL color Cylindrical-coordinate representation of color #060103: hue angle of 336º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060103 is Cyan = 0, Magento = 0.83, Yellow = 0.50 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 6 | 1 | 3 | - |
| CMYK | 0 | 0.83 | 0.50 | 0.98 |
| HSL | 336º | 0.71% | 0.01% | - |
| HSV(B) | 336º | 0.83% | 0.02% | - |
| XYZ | 0.1 | 0.07 | 0.09 | - |
| YUV | 2.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 1 | 3 | 0 | 0.83 | 0.50 | 0.98 | 336 | 0.71 | 0.01 |
| Hex | 6 | 1 | 3 | 0 | 53 | 32 | 62 | 150 | 47 | 1 |
| Octal | 6 | 1 | 3 | 0 | 123 | 62 | 142 | 520 | 107 | 1 |
| Binary | 110 | 1 | 11 | 0 | 1010011 | 110010 | 1100010 | 101010000 | 1000111 | 1 |
Color Harmonies of #060103
Complementary color
Monochromatic Colors of #060103
Black with #060103
Text Example
Text Example
White with #060103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060103; }
p { color: rgb(6,1,3); }
H1.HeaderClassName
{
color: #060103;
}
.AnyTagClassName
{
color: #060103;
}
</style>
background-color css
<style>
a { background-color: #060103; }
a { background-color: rgb(6,1,3); }
div.DivClassName
{
background-color: #060103;
}
.BgClassName
{
background-color: #060103;
}
</style>
border-color css
<style>
span { border-color: #060103; }
span { border-color: rgb(6,1,3); }
td.TdClassName
{
border-color: #060103;
}
.TagClassName
{
border-color: #060103;
}
</style>