Html Css Color HEX #200E13 Rustic Red

📋 copy color: '#200E13'

red 32 ◦ green 14 ◦ blue 19

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

Shades of Rustic Red #200E13

Tints of Rustic Red #200E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 29.23%

R = 49.23%
G = 21.54%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#200E13 (or 0x200E13) is known color: Rustic Red. HEX triplet: 20, 0E and 13. RGB value is (32,14,19). Sum of RGB (Red+Green+Blue) = 32+14+19=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #200E13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E13 is #DFF1EC. Grayscale: #131313. Windows color (decimal): -14676461 or 1248800. OLE color: 1248800.

HSL color Cylindrical-coordinate representation of color #200E13: hue angle of 343.33º 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 #200E13 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 14 19 -
CMYK 0 0.56 0.41 0.87
HSL 343.33º 0.39% 0.09% -
HSV(B) 343.33º 0.56% 0.13% -
XYZ 0.87 0.67 0.7 -
YUV 19.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 32 14 19 0 0.56 0.41 0.87 343.33 0.39 0.09
Hex 20 E 13 0 38 29 57 157 27 9
Octal 40 16 23 0 70 51 127 527 47 11
Binary 100000 1110 10011 0 111000 101001 1010111 101010111 100111 1001

Color Harmonies of #200E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E13

Black with #200E13

Text Example


Text Example

White with #200E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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