#120B0C

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

Shades of Rustic Red #120B0C

Tints of Rustic Red #120B0C

Color information

#120B0C (or 0x120B0C) is unknown color: approx Rustic Red. HEX triplet: 12, 0B and 0C. RGB value is (18,11,12). Sum of RGB (Red+Green+Blue) = 18+11+12=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0C is #EDF4F3. Grayscale: #0D0D0D. Windows color (decimal): -15594740 or 789266. OLE color: 789266.

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

Color convert

RGB181112-
CMYK00.390.330.93
HSL351.43º24.14%5.69%-
HSV(B)351.43º38.89%7.06%-
XYZ0.440.390.4-
YUV13.21127.32131.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 11 (4.69% from 255) = 26.83%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=43.90%
G=26.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18111200.390.330.93351.4324.145.69
Hex12BC027215D15f186
Octal22131404741135537306
Binary10010101111000100111100001101110110101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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