Shades of Rustic Red #060203
Tints of Rustic Red #060203
RGB
CMYK
RGB Variations
Color information
#060203 (or 0x060203) is known color: Rustic Red. HEX triplet: 06, 02 and 03. RGB value is (6,2,3). Sum of RGB (Red+Green+Blue) = 6+2+3=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 2 (1.17% from 255 or 18.18% from 11); Blue value is 3 (1.56% from 255 or 27.27% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060203 is #F9FDFC. Grayscale: #030303. Windows color (decimal): -16383485 or 197126. OLE color: 197126.
HSL color Cylindrical-coordinate representation of color #060203: hue angle of 345º 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 #060203 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 6 | 2 | 3 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.98 |
| HSL | 345º | 0.5% | 0.02% | - |
| HSV(B) | 345º | 0.67% | 0.02% | - |
| XYZ | 0.11 | 0.09 | 0.1 | - |
| YUV | 3.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 3 | 0 | 0.67 | 0.50 | 0.98 | 345 | 0.5 | 0.02 |
| Hex | 6 | 2 | 3 | 0 | 43 | 32 | 62 | 159 | 32 | 2 |
| Octal | 6 | 2 | 3 | 0 | 103 | 62 | 142 | 531 | 62 | 2 |
| Binary | 110 | 10 | 11 | 0 | 1000011 | 110010 | 1100010 | 101011001 | 110010 | 10 |
Color Harmonies of #060203
Complementary color
Monochromatic Colors of #060203
Black with #060203
Text Example
Text Example
White with #060203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060203; }
p { color: rgb(6,2,3); }
H1.HeaderClassName
{
color: #060203;
}
.AnyTagClassName
{
color: #060203;
}
</style>
background-color css
<style>
a { background-color: #060203; }
a { background-color: rgb(6,2,3); }
div.DivClassName
{
background-color: #060203;
}
.BgClassName
{
background-color: #060203;
}
</style>
border-color css
<style>
span { border-color: #060203; }
span { border-color: rgb(6,2,3); }
td.TdClassName
{
border-color: #060203;
}
.TagClassName
{
border-color: #060203;
}
</style>