Shades of Rustic Red #120F10
Tints of Rustic Red #120F10
RGB
CMYK
RGB Variations
Color information
#120F10 (or 0x120F10) is known color: Rustic Red. HEX triplet: 12, 0F and 10. RGB value is (18,15,16). Sum of RGB (Red+Green+Blue) = 18+15+16=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 18 - color contains mainly: red. Hex color #120F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F10 is #EDF0EF. Grayscale: #101010. Windows color (decimal): -15593712 or 1052434. OLE color: 1052434.
HSL color Cylindrical-coordinate representation of color #120F10: hue angle of 340º degrees, saturation: 0.09, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #120F10 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 15 | 16 | - |
CMYK | 0 | 0.17 | 0.11 | 0.93 |
HSL | 340º | 0.09% | 0.06% | - |
HSV(B) | 340º | 0.17% | 0.07% | - |
XYZ | 0.51 | 0.51 | 0.56 | - |
YUV | 16.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 15 | 16 | 0 | 0.17 | 0.11 | 0.93 | 340 | 0.09 | 0.06 |
Hex | 12 | F | 10 | 0 | 11 | B | 5D | 154 | 9 | 6 |
Octal | 22 | 17 | 20 | 0 | 21 | 13 | 135 | 524 | 11 | 6 |
Binary | 10010 | 1111 | 10000 | 0 | 10001 | 1011 | 1011101 | 101010100 | 1001 | 110 |
Color Harmonies of #120F10
Complementary color
Monochromatic Colors of #120F10
Black with #120F10
Text Example
Text Example
White with #120F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F10; }
p { color: rgb(18,15,16); }
H1.HeaderClassName
{
color: #120F10;
}
.AnyTagClassName
{
color: #120F10;
}
</style>
background-color css
<style>
a { background-color: #120F10; }
a { background-color: rgb(18,15,16); }
div.DivClassName
{
background-color: #120F10;
}
.BgClassName
{
background-color: #120F10;
}
</style>
border-color css
<style>
span { border-color: #120F10; }
span { border-color: rgb(18,15,16); }
td.TdClassName
{
border-color: #120F10;
}
.TagClassName
{
border-color: #120F10;
}
</style>