#120B0D

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

Shades of Rustic Red #120B0D

Tints of Rustic Red #120B0D

Color information

#120B0D (or 0x120B0D) is unknown color: approx Rustic Red. HEX triplet: 12, 0B and 0D. RGB value is (18,11,13). Sum of RGB (Red+Green+Blue) = 18+11+13=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0D is #EDF4F2. Grayscale: #0D0D0D. Windows color (decimal): -15594739 or 854802. OLE color: 854802.

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

Color convert

RGB181113-
CMYK00.390.280.93
HSL342.86º24.14%5.69%-
HSV(B)342.86º38.89%7.06%-
XYZ0.440.40.43-
YUV13.32127.82131.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 42.86%
GREEN value IS 11 (4.69% from 255) = 26.19%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=42.86%
G=26.19%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.28
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18111300.390.280.93342.8624.145.69
Hex12BD0271C5D157186
Octal22131504734135527306
Binary1001010111101010011111100101110110101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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