Shades of Rustic Red #120305
Tints of Rustic Red #120305
RGB
CMYK
RGB Variations
Color information
#120305 (or 0x120305) is known color: Rustic Red. HEX triplet: 12, 03 and 05. RGB value is (18,3,5). Sum of RGB (Red+Green+Blue) = 18+3+5=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120305 is #EDFCFA. Grayscale: #070707. Windows color (decimal): -15596795 or 328466. OLE color: 328466.
HSL color Cylindrical-coordinate representation of color #120305: hue angle of 352º 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 #120305 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 3 | 5 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.93 |
| HSL | 352º | 0.71% | 0.04% | - |
| HSV(B) | 352º | 0.83% | 0.07% | - |
| XYZ | 0.31 | 0.2 | 0.17 | - |
| YUV | 7.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 5 | 0 | 0.83 | 0.72 | 0.93 | 352 | 0.71 | 0.04 |
| Hex | 12 | 3 | 5 | 0 | 53 | 48 | 5D | 160 | 47 | 4 |
| Octal | 22 | 3 | 5 | 0 | 123 | 110 | 135 | 540 | 107 | 4 |
| Binary | 10010 | 11 | 101 | 0 | 1010011 | 1001000 | 1011101 | 101100000 | 1000111 | 100 |
Color Harmonies of #120305
Complementary color
Monochromatic Colors of #120305
Black with #120305
Text Example
Text Example
White with #120305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120305; }
p { color: rgb(18,3,5); }
H1.HeaderClassName
{
color: #120305;
}
.AnyTagClassName
{
color: #120305;
}
</style>
background-color css
<style>
a { background-color: #120305; }
a { background-color: rgb(18,3,5); }
div.DivClassName
{
background-color: #120305;
}
.BgClassName
{
background-color: #120305;
}
</style>
border-color css
<style>
span { border-color: #120305; }
span { border-color: rgb(18,3,5); }
td.TdClassName
{
border-color: #120305;
}
.TagClassName
{
border-color: #120305;
}
</style>