Html Css Color HEX #141011 Rustic Red

📋 copy color: '#141011'

red 20 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #141011

Tints of Rustic Red #141011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 30.19%

 BLUE value IS 17 (7.03% from 255) = 32.08%

R = 37.74%
G = 30.19%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#141011 (or 0x141011) is known color: Rustic Red. HEX triplet: 14, 10 and 11. RGB value is (20,16,17). Sum of RGB (Red+Green+Blue) = 20+16+17=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #141011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141011 is #EBEFEE. Grayscale: #111111. Windows color (decimal): -15462383 or 1118228. OLE color: 1118228.

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

Color convert

RGB 20 16 17 -
CMYK 0 0.20 0.15 0.92
HSL 345º 0.11% 0.07% -
HSV(B) 345º 0.2% 0.08% -
XYZ 0.57 0.56 0.61 -
YUV 17.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 20 16 17 0 0.20 0.15 0.92 345 0.11 0.07
Hex 14 10 11 0 14 F 5C 159 B 7
Octal 24 20 21 0 24 17 134 531 13 7
Binary 10100 10000 10001 0 10100 1111 1011100 101011001 1011 111

Color Harmonies of #141011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141011

Black with #141011

Text Example


Text Example

White with #141011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141011; }

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

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

background-color css

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

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

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

border-color css

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

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

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