Html Css Color HEX #200713 Rustic Red

📋 copy color: '#200713'

red 32 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #200713

Tints of Rustic Red #200713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.07%

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

R = 55.17%
G = 12.07%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#200713 (or 0x200713) is known color: Rustic Red. HEX triplet: 20, 07 and 13. RGB value is (32,7,19). Sum of RGB (Red+Green+Blue) = 32+7+19=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #200713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200713 is #DFF8EC. Grayscale: #0F0F0F. Windows color (decimal): -14678253 or 1247008. OLE color: 1247008.

HSL color Cylindrical-coordinate representation of color #200713: hue angle of 331.2º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #200713 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 7 19 -
CMYK 0 0.78 0.41 0.87
HSL 331.2º 0.64% 0.08% -
HSV(B) 331.2º 0.78% 0.13% -
XYZ 0.79 0.51 0.67 -
YUV 15.84 129.78 139.52 -
System Red Green Blue C M Y K H S L
Decimal 32 7 19 0 0.78 0.41 0.87 331.2 0.64 0.08
Hex 20 7 13 0 4E 29 57 14B 40 8
Octal 40 7 23 0 116 51 127 513 100 10
Binary 100000 111 10011 0 1001110 101001 1010111 101001011 1000000 1000

Color Harmonies of #200713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200713

Black with #200713

Text Example


Text Example

White with #200713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200713; }

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

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

background-color css

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

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

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

border-color css

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

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

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