Html Css Color HEX #200D13 Rustic Red

📋 copy color: '#200D13'

red 32 ◦ green 13 ◦ blue 19

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

Shades of Rustic Red #200D13

Tints of Rustic Red #200D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.31%

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

R = 50%
G = 20.31%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#200D13 (or 0x200D13) is known color: Rustic Red. HEX triplet: 20, 0D and 13. RGB value is (32,13,19). Sum of RGB (Red+Green+Blue) = 32+13+19=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #200D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D13 is #DFF2EC. Grayscale: #131313. Windows color (decimal): -14676717 or 1248544. OLE color: 1248544.

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

Color convert

RGB 32 13 19 -
CMYK 0 0.59 0.41 0.87
HSL 341.05º 0.42% 0.09% -
HSV(B) 341.05º 0.59% 0.13% -
XYZ 0.86 0.64 0.69 -
YUV 19.37 127.79 137.01 -
System Red Green Blue C M Y K H S L
Decimal 32 13 19 0 0.59 0.41 0.87 341.05 0.42 0.09
Hex 20 D 13 0 3B 29 57 155 2A 9
Octal 40 15 23 0 73 51 127 525 52 11
Binary 100000 1101 10011 0 111011 101001 1010111 101010101 101010 1001

Color Harmonies of #200D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D13

Black with #200D13

Text Example


Text Example

White with #200D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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