Html Css Color HEX #141112 Rustic Red

📋 copy color: '#141112'

red 20 ◦ green 17 ◦ blue 18

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

Shades of Rustic Red #141112

Tints of Rustic Red #141112

RGB

 RED value IS 20 (8.2% from 255) = 36.36%

 GREEN value IS 17 (7.03% from 255) = 30.91%

 BLUE value IS 18 (7.42% from 255) = 32.73%

R = 36.36%
G = 30.91%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#141112 (or 0x141112) is known color: Rustic Red. HEX triplet: 14, 11 and 12. RGB value is (20,17,18). Sum of RGB (Red+Green+Blue) = 20+17+18=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 20 - color contains mainly: red. Hex color #141112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141112 is #EBEEED. Grayscale: #121212. Windows color (decimal): -15462126 or 1184020. OLE color: 1184020.

HSL color Cylindrical-coordinate representation of color #141112: hue angle of 340º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #141112 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 17 18 -
CMYK 0 0.15 0.10 0.92
HSL 340º 0.08% 0.07% -
HSV(B) 340º 0.15% 0.08% -
XYZ 0.6 0.59 0.66 -
YUV 18.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 20 17 18 0 0.15 0.10 0.92 340 0.08 0.07
Hex 14 11 12 0 F A 5C 154 8 7
Octal 24 21 22 0 17 12 134 524 10 7
Binary 10100 10001 10010 0 1111 1010 1011100 101010100 1000 111

Color Harmonies of #141112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141112

Black with #141112

Text Example


Text Example

White with #141112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141112; }

 p { color: rgb(20,17,18); }

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

background-color css

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

 a { background-color: rgb(20,17,18); }

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

border-color css

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

 span { border-color: rgb(20,17,18); }

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