Shades of Rustic Red #0A0103
Tints of Rustic Red #0A0103
RGB
CMYK
RGB Variations
Color information
#0A0103 (or 0x0A0103) is known color: Rustic Red. HEX triplet: 0A, 01 and 03. RGB value is (10,1,3). Sum of RGB (Red+Green+Blue) = 10+1+3=14 (1% of max value = 765). Red value is 10 (4.30% from 255 or 71.43% from 14); Green value is 1 (0.78% from 255 or 7.14% from 14); Blue value is 3 (1.56% from 255 or 21.43% from 14); Max value from RGB is 10 - color contains mainly: red. Hex color #0A0103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A0103 is #F5FEFC. Grayscale: #030303. Windows color (decimal): -16121597 or 196874. OLE color: 196874.
HSL color Cylindrical-coordinate representation of color #0A0103: hue angle of 346.67º degrees, saturation: 0.82, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A0103 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 10 | 1 | 3 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.96 |
| HSL | 346.67º | 0.82% | 0.02% | - |
| HSV(B) | 346.67º | 0.9% | 0.04% | - |
| XYZ | 0.15 | 0.09 | 0.1 | - |
| YUV | 3.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 1 | 3 | 0 | 0.90 | 0.70 | 0.96 | 346.67 | 0.82 | 0.02 |
| Hex | A | 1 | 3 | 0 | 5A | 46 | 60 | 15B | 52 | 2 |
| Octal | 12 | 1 | 3 | 0 | 132 | 106 | 140 | 533 | 122 | 2 |
| Binary | 1010 | 1 | 11 | 0 | 1011010 | 1000110 | 1100000 | 101011011 | 1010010 | 10 |
Color Harmonies of #0A0103
Complementary color
Monochromatic Colors of #0A0103
Black with #0A0103
Text Example
Text Example
White with #0A0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A0103; }
p { color: rgb(10,1,3); }
H1.HeaderClassName
{
color: #0A0103;
}
.AnyTagClassName
{
color: #0A0103;
}
</style>
background-color css
<style>
a { background-color: #0A0103; }
a { background-color: rgb(10,1,3); }
div.DivClassName
{
background-color: #0A0103;
}
.BgClassName
{
background-color: #0A0103;
}
</style>
border-color css
<style>
span { border-color: #0A0103; }
span { border-color: rgb(10,1,3); }
td.TdClassName
{
border-color: #0A0103;
}
.TagClassName
{
border-color: #0A0103;
}
</style>