Shades of Rustic Red #080203
Tints of Rustic Red #080203
RGB
CMYK
RGB Variations
Color information
#080203 (or 0x080203) is known color: Rustic Red. HEX triplet: 08, 02 and 03. RGB value is (8,2,3). Sum of RGB (Red+Green+Blue) = 8+2+3=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 3 (1.56% from 255 or 23.08% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080203 is #F7FDFC. Grayscale: #030303. Windows color (decimal): -16252413 or 197128. OLE color: 197128.
HSL color Cylindrical-coordinate representation of color #080203: hue angle of 350º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080203 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.97.
Color convert
| RGB | 8 | 2 | 3 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.97 |
| HSL | 350º | 0.6% | 0.02% | - |
| HSV(B) | 350º | 0.75% | 0.03% | - |
| XYZ | 0.14 | 0.1 | 0.1 | - |
| YUV | 3.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 2 | 3 | 0 | 0.75 | 0.63 | 0.97 | 350 | 0.6 | 0.02 |
| Hex | 8 | 2 | 3 | 0 | 4B | 3F | 61 | 15E | 3C | 2 |
| Octal | 10 | 2 | 3 | 0 | 113 | 77 | 141 | 536 | 74 | 2 |
| Binary | 1000 | 10 | 11 | 0 | 1001011 | 111111 | 1100001 | 101011110 | 111100 | 10 |
Color Harmonies of #080203
Complementary color
Monochromatic Colors of #080203
Black with #080203
Text Example
Text Example
White with #080203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080203; }
p { color: rgb(8,2,3); }
H1.HeaderClassName
{
color: #080203;
}
.AnyTagClassName
{
color: #080203;
}
</style>
background-color css
<style>
a { background-color: #080203; }
a { background-color: rgb(8,2,3); }
div.DivClassName
{
background-color: #080203;
}
.BgClassName
{
background-color: #080203;
}
</style>
border-color css
<style>
span { border-color: #080203; }
span { border-color: rgb(8,2,3); }
td.TdClassName
{
border-color: #080203;
}
.TagClassName
{
border-color: #080203;
}
</style>