Shades of Rustic Red #12020A
Tints of Rustic Red #12020A
RGB
CMYK
RGB Variations
Color information
#12020A (or 0x12020A) is known color: Rustic Red. HEX triplet: 12, 02 and 0A. RGB value is (18,2,10). Sum of RGB (Red+Green+Blue) = 18+2+10=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #12020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020A is #EDFDF5. Grayscale: #070707. Windows color (decimal): -15597046 or 655890. OLE color: 655890.
HSL color Cylindrical-coordinate representation of color #12020A: hue angle of 330º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12020A is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 2 | 10 | - |
CMYK | 0 | 0.89 | 0.44 | 0.93 |
HSL | 330º | 0.8% | 0.04% | - |
HSV(B) | 330º | 0.89% | 0.07% | - |
XYZ | 0.33 | 0.19 | 0.31 | - |
YUV | 7.7 | 129.3 | 135.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 2 | 10 | 0 | 0.89 | 0.44 | 0.93 | 330 | 0.8 | 0.04 |
Hex | 12 | 2 | A | 0 | 59 | 2C | 5D | 14A | 50 | 4 |
Octal | 22 | 2 | 12 | 0 | 131 | 54 | 135 | 512 | 120 | 4 |
Binary | 10010 | 10 | 1010 | 0 | 1011001 | 101100 | 1011101 | 101001010 | 1010000 | 100 |
Color Harmonies of #12020A
Complementary color
Monochromatic Colors of #12020A
Black with #12020A
Text Example
Text Example
White with #12020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12020A; }
p { color: rgb(18,2,10); }
H1.HeaderClassName
{
color: #12020A;
}
.AnyTagClassName
{
color: #12020A;
}
</style>
background-color css
<style>
a { background-color: #12020A; }
a { background-color: rgb(18,2,10); }
div.DivClassName
{
background-color: #12020A;
}
.BgClassName
{
background-color: #12020A;
}
</style>
border-color css
<style>
span { border-color: #12020A; }
span { border-color: rgb(18,2,10); }
td.TdClassName
{
border-color: #12020A;
}
.TagClassName
{
border-color: #12020A;
}
</style>