Shades of Rustic Red #120405
Tints of Rustic Red #120405
RGB
CMYK
RGB Variations
Color information
#120405 (or 0x120405) is known color: Rustic Red. HEX triplet: 12, 04 and 05. RGB value is (18,4,5). Sum of RGB (Red+Green+Blue) = 18+4+5=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120405 is #EDFBFA. Grayscale: #080808. Windows color (decimal): -15596539 or 328722. OLE color: 328722.
HSL color Cylindrical-coordinate representation of color #120405: hue angle of 355.71º 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 #120405 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 5 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.93 |
| HSL | 355.71º | 0.64% | 0.04% | - |
| HSV(B) | 355.71º | 0.78% | 0.07% | - |
| XYZ | 0.32 | 0.23 | 0.17 | - |
| YUV | 8.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 5 | 0 | 0.78 | 0.72 | 0.93 | 355.71 | 0.64 | 0.04 |
| Hex | 12 | 4 | 5 | 0 | 4E | 48 | 5D | 164 | 40 | 4 |
| Octal | 22 | 4 | 5 | 0 | 116 | 110 | 135 | 544 | 100 | 4 |
| Binary | 10010 | 100 | 101 | 0 | 1001110 | 1001000 | 1011101 | 101100100 | 1000000 | 100 |
Color Harmonies of #120405
Complementary color
Monochromatic Colors of #120405
Black with #120405
Text Example
Text Example
White with #120405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120405; }
p { color: rgb(18,4,5); }
H1.HeaderClassName
{
color: #120405;
}
.AnyTagClassName
{
color: #120405;
}
</style>
background-color css
<style>
a { background-color: #120405; }
a { background-color: rgb(18,4,5); }
div.DivClassName
{
background-color: #120405;
}
.BgClassName
{
background-color: #120405;
}
</style>
border-color css
<style>
span { border-color: #120405; }
span { border-color: rgb(18,4,5); }
td.TdClassName
{
border-color: #120405;
}
.TagClassName
{
border-color: #120405;
}
</style>