#120C0E

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

Shades of Rustic Red #120C0E

Tints of Rustic Red #120C0E

Color information

#120C0E (or 0x120C0E) is unknown color: approx Rustic Red. HEX triplet: 12, 0C and 0E. RGB value is (18,12,14). Sum of RGB (Red+Green+Blue) = 18+12+14=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C0E is #EDF3F1. Grayscale: #0E0E0E. Windows color (decimal): -15594482 or 920594. OLE color: 920594.

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

Color convert

RGB181214-
CMYK00.330.220.93
HSL340º20%5.88%-
HSV(B)340º33.33%7.06%-
XYZ0.460.420.47-
YUV14.02127.99130.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 40.91%
GREEN value IS 12 (5.08% from 255) = 27.27%
BLUE value IS 14 (5.86% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18121400.330.220.93340205.88
Hex12CE021165D154146
Octal22141604126135524246
Binary1001011001110010000110110101110110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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