Shades of Rustic Red #120308
Tints of Rustic Red #120308
RGB
CMYK
RGB Variations
Color information
#120308 (or 0x120308) is known color: Rustic Red. HEX triplet: 12, 03 and 08. RGB value is (18,3,8). Sum of RGB (Red+Green+Blue) = 18+3+8=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 8 (3.52% from 255 or 27.59% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120308 is #EDFCF7. Grayscale: #080808. Windows color (decimal): -15596792 or 525074. OLE color: 525074.
HSL color Cylindrical-coordinate representation of color #120308: hue angle of 340º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120308 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 3 | 8 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.93 |
| HSL | 340º | 0.71% | 0.04% | - |
| HSV(B) | 340º | 0.83% | 0.07% | - |
| XYZ | 0.33 | 0.21 | 0.25 | - |
| YUV | 8.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 8 | 0 | 0.83 | 0.56 | 0.93 | 340 | 0.71 | 0.04 |
| Hex | 12 | 3 | 8 | 0 | 53 | 38 | 5D | 154 | 47 | 4 |
| Octal | 22 | 3 | 10 | 0 | 123 | 70 | 135 | 524 | 107 | 4 |
| Binary | 10010 | 11 | 1000 | 0 | 1010011 | 111000 | 1011101 | 101010100 | 1000111 | 100 |
Color Harmonies of #120308
Complementary color
Monochromatic Colors of #120308
Black with #120308
Text Example
Text Example
White with #120308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120308; }
p { color: rgb(18,3,8); }
H1.HeaderClassName
{
color: #120308;
}
.AnyTagClassName
{
color: #120308;
}
</style>
background-color css
<style>
a { background-color: #120308; }
a { background-color: rgb(18,3,8); }
div.DivClassName
{
background-color: #120308;
}
.BgClassName
{
background-color: #120308;
}
</style>
border-color css
<style>
span { border-color: #120308; }
span { border-color: rgb(18,3,8); }
td.TdClassName
{
border-color: #120308;
}
.TagClassName
{
border-color: #120308;
}
</style>