Shades of Rustic Red #12040A
Tints of Rustic Red #12040A
RGB
CMYK
RGB Variations
Color information
#12040A (or 0x12040A) is known color: Rustic Red. HEX triplet: 12, 04 and 0A. RGB value is (18,4,10). Sum of RGB (Red+Green+Blue) = 18+4+10=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #12040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040A is #EDFBF5. Grayscale: #080808. Windows color (decimal): -15596534 or 656402. OLE color: 656402.
HSL color Cylindrical-coordinate representation of color #12040A: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12040A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 10 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.93 |
| HSL | 334.29º | 0.64% | 0.04% | - |
| HSV(B) | 334.29º | 0.78% | 0.07% | - |
| XYZ | 0.35 | 0.24 | 0.31 | - |
| YUV | 8.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 10 | 0 | 0.78 | 0.44 | 0.93 | 334.29 | 0.64 | 0.04 |
| Hex | 12 | 4 | A | 0 | 4E | 2C | 5D | 14E | 40 | 4 |
| Octal | 22 | 4 | 12 | 0 | 116 | 54 | 135 | 516 | 100 | 4 |
| Binary | 10010 | 100 | 1010 | 0 | 1001110 | 101100 | 1011101 | 101001110 | 1000000 | 100 |
Color Harmonies of #12040A
Complementary color
Monochromatic Colors of #12040A
Black with #12040A
Text Example
Text Example
White with #12040A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12040A; }
p { color: rgb(18,4,10); }
H1.HeaderClassName
{
color: #12040A;
}
.AnyTagClassName
{
color: #12040A;
}
</style>
background-color css
<style>
a { background-color: #12040A; }
a { background-color: rgb(18,4,10); }
div.DivClassName
{
background-color: #12040A;
}
.BgClassName
{
background-color: #12040A;
}
</style>
border-color css
<style>
span { border-color: #12040A; }
span { border-color: rgb(18,4,10); }
td.TdClassName
{
border-color: #12040A;
}
.TagClassName
{
border-color: #12040A;
}
</style>