Shades of Rustic Red #120408
Tints of Rustic Red #120408
RGB
CMYK
RGB Variations
Color information
#120408 (or 0x120408) is known color: Rustic Red. HEX triplet: 12, 04 and 08. RGB value is (18,4,8). Sum of RGB (Red+Green+Blue) = 18+4+8=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 4 (1.95% from 255 or 13.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120408 is #EDFBF7. Grayscale: #080808. Windows color (decimal): -15596536 or 525330. OLE color: 525330.
HSL color Cylindrical-coordinate representation of color #120408: hue angle of 342.86º 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 #120408 is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 8 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.93 |
| HSL | 342.86º | 0.64% | 0.04% | - |
| HSV(B) | 342.86º | 0.78% | 0.07% | - |
| XYZ | 0.34 | 0.23 | 0.26 | - |
| YUV | 8.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 8 | 0 | 0.78 | 0.56 | 0.93 | 342.86 | 0.64 | 0.04 |
| Hex | 12 | 4 | 8 | 0 | 4E | 38 | 5D | 157 | 40 | 4 |
| Octal | 22 | 4 | 10 | 0 | 116 | 70 | 135 | 527 | 100 | 4 |
| Binary | 10010 | 100 | 1000 | 0 | 1001110 | 111000 | 1011101 | 101010111 | 1000000 | 100 |
Color Harmonies of #120408
Complementary color
Monochromatic Colors of #120408
Black with #120408
Text Example
Text Example
White with #120408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120408; }
p { color: rgb(18,4,8); }
H1.HeaderClassName
{
color: #120408;
}
.AnyTagClassName
{
color: #120408;
}
</style>
background-color css
<style>
a { background-color: #120408; }
a { background-color: rgb(18,4,8); }
div.DivClassName
{
background-color: #120408;
}
.BgClassName
{
background-color: #120408;
}
</style>
border-color css
<style>
span { border-color: #120408; }
span { border-color: rgb(18,4,8); }
td.TdClassName
{
border-color: #120408;
}
.TagClassName
{
border-color: #120408;
}
</style>