Html Css Color HEX #200E15 Rustic Red

📋 copy color: '#200E15'

red 32 ◦ green 14 ◦ blue 21

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

Shades of Rustic Red #200E15

Tints of Rustic Red #200E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 31.34%

R = 47.76%
G = 20.9%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.87

RGB Variations

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

Color information

#200E15 (or 0x200E15) is known color: Rustic Red. HEX triplet: 20, 0E and 15. RGB value is (32,14,21). Sum of RGB (Red+Green+Blue) = 32+14+21=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #200E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E15 is #DFF1EA. Grayscale: #141414. Windows color (decimal): -14676459 or 1379872. OLE color: 1379872.

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

Color convert

RGB 32 14 21 -
CMYK 0 0.56 0.34 0.87
HSL 336.67º 0.39% 0.09% -
HSV(B) 336.67º 0.56% 0.13% -
XYZ 0.89 0.68 0.79 -
YUV 20.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 32 14 21 0 0.56 0.34 0.87 336.67 0.39 0.09
Hex 20 E 15 0 38 22 57 151 27 9
Octal 40 16 25 0 70 42 127 521 47 11
Binary 100000 1110 10101 0 111000 100010 1010111 101010001 100111 1001

Color Harmonies of #200E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E15

Black with #200E15

Text Example


Text Example

White with #200E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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