#120E0F

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

Shades of Rustic Red #120E0F

Tints of Rustic Red #120E0F

Color information

#120E0F (or 0x120E0F) is unknown color: approx Rustic Red. HEX triplet: 12, 0E and 0F. RGB value is (18,14,15). Sum of RGB (Red+Green+Blue) = 18+14+15=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #120E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E0F is #EDF1F0. Grayscale: #0F0F0F. Windows color (decimal): -15593969 or 986642. OLE color: 986642.

HSL color Cylindrical-coordinate representation of color #120E0F: hue angle of 345º 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 #120E0F is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB181415-
CMYK00.220.170.93
HSL345º12.5%6.27%-
HSV(B)345º22.22%7.06%-
XYZ0.490.480.52-
YUV15.31127.83129.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 14 (5.86% from 255) = 29.79%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=38.30%
G=29.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18141500.220.170.9334512.56.27
Hex12EF016115D159d6
Octal22161702621135531156
Binary10010111011110101101000110111011010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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