Shades of Rustic Red #120306
Tints of Rustic Red #120306
RGB
CMYK
RGB Variations
Color information
#120306 (or 0x120306) is known color: Rustic Red. HEX triplet: 12, 03 and 06. RGB value is (18,3,6). Sum of RGB (Red+Green+Blue) = 18+3+6=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 3 (1.56% from 255 or 11.11% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120306 is #EDFCF9. Grayscale: #070707. Windows color (decimal): -15596794 or 394002. OLE color: 394002.
HSL color Cylindrical-coordinate representation of color #120306: hue angle of 348º 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 #120306 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 3 | 6 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.93 |
| HSL | 348º | 0.71% | 0.04% | - |
| HSV(B) | 348º | 0.83% | 0.07% | - |
| XYZ | 0.31 | 0.21 | 0.2 | - |
| YUV | 7.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 6 | 0 | 0.83 | 0.67 | 0.93 | 348 | 0.71 | 0.04 |
| Hex | 12 | 3 | 6 | 0 | 53 | 43 | 5D | 15C | 47 | 4 |
| Octal | 22 | 3 | 6 | 0 | 123 | 103 | 135 | 534 | 107 | 4 |
| Binary | 10010 | 11 | 110 | 0 | 1010011 | 1000011 | 1011101 | 101011100 | 1000111 | 100 |
Color Harmonies of #120306
Complementary color
Monochromatic Colors of #120306
Black with #120306
Text Example
Text Example
White with #120306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120306; }
p { color: rgb(18,3,6); }
H1.HeaderClassName
{
color: #120306;
}
.AnyTagClassName
{
color: #120306;
}
</style>
background-color css
<style>
a { background-color: #120306; }
a { background-color: rgb(18,3,6); }
div.DivClassName
{
background-color: #120306;
}
.BgClassName
{
background-color: #120306;
}
</style>
border-color css
<style>
span { border-color: #120306; }
span { border-color: rgb(18,3,6); }
td.TdClassName
{
border-color: #120306;
}
.TagClassName
{
border-color: #120306;
}
</style>