Shades of Rustic Red #12050A
Tints of Rustic Red #12050A
RGB
CMYK
RGB Variations
Color information
#12050A (or 0x12050A) is known color: Rustic Red. HEX triplet: 12, 05 and 0A. RGB value is (18,5,10). Sum of RGB (Red+Green+Blue) = 18+5+10=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050A is #EDFAF5. Grayscale: #090909. Windows color (decimal): -15596278 or 656658. OLE color: 656658.
HSL color Cylindrical-coordinate representation of color #12050A: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12050A is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 5 | 10 | - |
| CMYK | 0 | 0.72 | 0.44 | 0.93 |
| HSL | 336.92º | 0.57% | 0.05% | - |
| HSV(B) | 336.92º | 0.72% | 0.07% | - |
| XYZ | 0.36 | 0.26 | 0.32 | - |
| YUV | 9.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 10 | 0 | 0.72 | 0.44 | 0.93 | 336.92 | 0.57 | 0.05 |
| Hex | 12 | 5 | A | 0 | 48 | 2C | 5D | 151 | 39 | 5 |
| Octal | 22 | 5 | 12 | 0 | 110 | 54 | 135 | 521 | 71 | 5 |
| Binary | 10010 | 101 | 1010 | 0 | 1001000 | 101100 | 1011101 | 101010001 | 111001 | 101 |
Color Harmonies of #12050A
Complementary color
Monochromatic Colors of #12050A
Black with #12050A
Text Example
Text Example
White with #12050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12050A; }
p { color: rgb(18,5,10); }
H1.HeaderClassName
{
color: #12050A;
}
.AnyTagClassName
{
color: #12050A;
}
</style>
background-color css
<style>
a { background-color: #12050A; }
a { background-color: rgb(18,5,10); }
div.DivClassName
{
background-color: #12050A;
}
.BgClassName
{
background-color: #12050A;
}
</style>
border-color css
<style>
span { border-color: #12050A; }
span { border-color: rgb(18,5,10); }
td.TdClassName
{
border-color: #12050A;
}
.TagClassName
{
border-color: #12050A;
}
</style>