Html Css Color HEX #120B0E Rustic Red

📋 copy color: '#120B0E'

red 18 ◦ green 11 ◦ blue 14

#120B0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #120B0E

Tints of Rustic Red #120B0E

RGB

 RED value IS 18 (7.42% from 255) = 41.86%

 GREEN value IS 11 (4.69% from 255) = 25.58%

 BLUE value IS 14 (5.86% from 255) = 32.56%

R = 41.86%
G = 25.58%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#120B0E (or 0x120B0E) is known color: Rustic Red. HEX triplet: 12, 0B and 0E. RGB value is (18,11,14). Sum of RGB (Red+Green+Blue) = 18+11+14=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 11 (4.69% from 255 or 25.58% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0E is #EDF4F1. Grayscale: #0D0D0D. Windows color (decimal): -15594738 or 920338. OLE color: 920338.

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

Color convert

RGB 18 11 14 -
CMYK 0 0.39 0.22 0.93
HSL 334.29º 0.24% 0.06% -
HSV(B) 334.29º 0.39% 0.07% -
XYZ 0.45 0.4 0.47 -
YUV 13.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 18 11 14 0 0.39 0.22 0.93 334.29 0.24 0.06
Hex 12 B E 0 27 16 5D 14E 18 6
Octal 22 13 16 0 47 26 135 516 30 6
Binary 10010 1011 1110 0 100111 10110 1011101 101001110 11000 110

Color Harmonies of #120B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120B0E

Black with #120B0E

Text Example


Text Example

White with #120B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #120B0E;
 }
 .AnyTagClassName
 {
   color: #120B0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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