Html Css Color HEX #200B14 Rustic Red

📋 copy color: '#200B14'

red 32 ◦ green 11 ◦ blue 20

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

Shades of Rustic Red #200B14

Tints of Rustic Red #200B14

RGB

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

 GREEN value IS 11 (4.69% from 255) = 17.46%

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

R = 50.79%
G = 17.46%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#200B14 (or 0x200B14) is known color: Rustic Red. HEX triplet: 20, 0B and 14. RGB value is (32,11,20). Sum of RGB (Red+Green+Blue) = 32+11+20=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 11 (4.69% from 255 or 17.46% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #200B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B14 is #DFF4EB. Grayscale: #121212. Windows color (decimal): -14677228 or 1313568. OLE color: 1313568.

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

Color convert

RGB 32 11 20 -
CMYK 0 0.66 0.37 0.87
HSL 334.29º 0.49% 0.08% -
HSV(B) 334.29º 0.66% 0.13% -
XYZ 0.84 0.6 0.73 -
YUV 18.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 32 11 20 0 0.66 0.37 0.87 334.29 0.49 0.08
Hex 20 B 14 0 42 25 57 14E 31 8
Octal 40 13 24 0 102 45 127 516 61 10
Binary 100000 1011 10100 0 1000010 100101 1010111 101001110 110001 1000

Color Harmonies of #200B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200B14

Black with #200B14

Text Example


Text Example

White with #200B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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