#120E10

Color #120E10 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #120E10

Tints of Rustic Red #120E10

Color information

#120E10 (or 0x120E10) is unknown color: approx Rustic Red. HEX triplet: 12, 0E and 10. RGB value is (18,14,16). Sum of RGB (Red+Green+Blue) = 18+14+16=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 18 - color contains mainly: red. Hex color #120E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E10 is #EDF1EF. Grayscale: #0F0F0F. Windows color (decimal): -15593968 or 1052178. OLE color: 1052178.

HSL color Cylindrical-coordinate representation of color #120E10: hue angle of 330º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #120E10 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB181416-
CMYK00.220.110.93
HSL330º12.5%6.27%-
HSV(B)330º22.22%7.06%-
XYZ0.50.480.56-
YUV15.42128.33129.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 37.5%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 16 (6.64% from 255) = 33.33%
R=37.5%
G=29.17%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18141600.220.110.9333012.56.27
Hex12E10016B5D14ad6
Octal22162002613135512156
Binary10010111010000010110101110111011010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E10; }

 p { color: rgb(18,14,16); }

 H1.HeaderClassName
 {
   color: #120E10;
 }
 .AnyTagClassName
 {
   color: #120E10;
 }
</style>
background-color css

<style>
 a { background-color: #120E10; }

 a { background-color: rgb(18,14,16); }

 div.DivClassName
 {
   background-color: #120E10;
 }
 .BgClassName
 {
   background-color: #120E10;
 }
</style>
border-color css

<style>
 span { border-color: #120E10; }

 span { border-color: rgb(18,14,16); }

 td.TdClassName
 {
   border-color: #120E10;
 }
 .TagClassName
 {
   border-color: #120E10;
 }
</style>