Shades of Rustic Red #120C0F
Tints of Rustic Red #120C0F
RGB
CMYK
RGB Variations
Color information
#120C0F (or 0x120C0F) is known color: Rustic Red. HEX triplet: 12, 0C and 0F. RGB value is (18,12,15). Sum of RGB (Red+Green+Blue) = 18+12+15=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 18 - color contains mainly: red. Hex color #120C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C0F is #EDF3F0. Grayscale: #0E0E0E. Windows color (decimal): -15594481 or 986130. OLE color: 986130.
HSL color Cylindrical-coordinate representation of color #120C0F: hue angle of 330º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #120C0F is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 12 | 15 | - |
CMYK | 0 | 0.33 | 0.17 | 0.93 |
HSL | 330º | 0.2% | 0.06% | - |
HSV(B) | 330º | 0.33% | 0.07% | - |
XYZ | 0.47 | 0.43 | 0.51 | - |
YUV | 14.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 12 | 15 | 0 | 0.33 | 0.17 | 0.93 | 330 | 0.2 | 0.06 |
Hex | 12 | C | F | 0 | 21 | 11 | 5D | 14A | 14 | 6 |
Octal | 22 | 14 | 17 | 0 | 41 | 21 | 135 | 512 | 24 | 6 |
Binary | 10010 | 1100 | 1111 | 0 | 100001 | 10001 | 1011101 | 101001010 | 10100 | 110 |
Color Harmonies of #120C0F
Complementary color
Monochromatic Colors of #120C0F
Black with #120C0F
Text Example
Text Example
White with #120C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C0F; }
p { color: rgb(18,12,15); }
H1.HeaderClassName
{
color: #120C0F;
}
.AnyTagClassName
{
color: #120C0F;
}
</style>
background-color css
<style>
a { background-color: #120C0F; }
a { background-color: rgb(18,12,15); }
div.DivClassName
{
background-color: #120C0F;
}
.BgClassName
{
background-color: #120C0F;
}
</style>
border-color css
<style>
span { border-color: #120C0F; }
span { border-color: rgb(18,12,15); }
td.TdClassName
{
border-color: #120C0F;
}
.TagClassName
{
border-color: #120C0F;
}
</style>