Shades of Rustic Red #10020A
Tints of Rustic Red #10020A
RGB
CMYK
RGB Variations
Color information
#10020A (or 0x10020A) is known color: Rustic Red. HEX triplet: 10, 02 and 0A. RGB value is (16,2,10). Sum of RGB (Red+Green+Blue) = 16+2+10=28 (3% of max value = 765). Red value is 16 (6.64% from 255 or 57.14% from 28); Green value is 2 (1.17% from 255 or 7.14% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 16 - color contains mainly: red. Hex color #10020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020A is #EFFDF5. Grayscale: #070707. Windows color (decimal): -15728118 or 655888. OLE color: 655888.
HSL color Cylindrical-coordinate representation of color #10020A: hue angle of 325.71º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10020A is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 2 | 10 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.94 |
| HSL | 325.71º | 0.78% | 0.04% | - |
| HSV(B) | 325.71º | 0.88% | 0.06% | - |
| XYZ | 0.29 | 0.18 | 0.31 | - |
| YUV | 7.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 10 | 0 | 0.87 | 0.37 | 0.94 | 325.71 | 0.78 | 0.04 |
| Hex | 10 | 2 | A | 0 | 57 | 25 | 5E | 146 | 4E | 4 |
| Octal | 20 | 2 | 12 | 0 | 127 | 45 | 136 | 506 | 116 | 4 |
| Binary | 10000 | 10 | 1010 | 0 | 1010111 | 100101 | 1011110 | 101000110 | 1001110 | 100 |
Color Harmonies of #10020A
Complementary color
Monochromatic Colors of #10020A
Black with #10020A
Text Example
Text Example
White with #10020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10020A; }
p { color: rgb(16,2,10); }
H1.HeaderClassName
{
color: #10020A;
}
.AnyTagClassName
{
color: #10020A;
}
</style>
background-color css
<style>
a { background-color: #10020A; }
a { background-color: rgb(16,2,10); }
div.DivClassName
{
background-color: #10020A;
}
.BgClassName
{
background-color: #10020A;
}
</style>
border-color css
<style>
span { border-color: #10020A; }
span { border-color: rgb(16,2,10); }
td.TdClassName
{
border-color: #10020A;
}
.TagClassName
{
border-color: #10020A;
}
</style>