Html Css Color HEX #200E14 Rustic Red

📋 copy color: '#200E14'

red 32 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #200E14

Tints of Rustic Red #200E14

RGB

 RED value IS 32 (12.89% from 255) = 48.48%

 GREEN value IS 14 (5.86% from 255) = 21.21%

 BLUE value IS 20 (8.2% from 255) = 30.3%

R = 48.48%
G = 21.21%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#200E14 (or 0x200E14) is known color: Rustic Red. HEX triplet: 20, 0E and 14. RGB value is (32,14,20). Sum of RGB (Red+Green+Blue) = 32+14+20=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 14 (5.86% from 255 or 21.21% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #200E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E14 is #DFF1EB. Grayscale: #141414. Windows color (decimal): -14676460 or 1314336. OLE color: 1314336.

HSL color Cylindrical-coordinate representation of color #200E14: hue angle of 340º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #200E14 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 14 20 -
CMYK 0 0.56 0.37 0.87
HSL 340º 0.39% 0.09% -
HSV(B) 340º 0.56% 0.13% -
XYZ 0.88 0.67 0.75 -
YUV 20.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 32 14 20 0 0.56 0.37 0.87 340 0.39 0.09
Hex 20 E 14 0 38 25 57 154 27 9
Octal 40 16 24 0 70 45 127 524 47 11
Binary 100000 1110 10100 0 111000 100101 1010111 101010100 100111 1001

Color Harmonies of #200E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E14

Black with #200E14

Text Example


Text Example

White with #200E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200E14; }

 p { color: rgb(32,14,20); }

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

background-color css

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

 a { background-color: rgb(32,14,20); }

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

border-color css

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

 span { border-color: rgb(32,14,20); }

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