Html Css Color HEX #201317 Rustic Red

📋 copy color: '#201317'

red 32 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #201317

Tints of Rustic Red #201317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

 BLUE value IS 23 (9.38% from 255) = 31.08%

R = 43.24%
G = 25.68%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#201317 (or 0x201317) is known color: Rustic Red. HEX triplet: 20, 13 and 17. RGB value is (32,19,23). Sum of RGB (Red+Green+Blue) = 32+19+23=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 32 - color contains mainly: red. Hex color #201317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201317 is #DFECE8. Grayscale: #171717. Windows color (decimal): -14675177 or 1512224. OLE color: 1512224.

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

Color convert

RGB 32 19 23 -
CMYK 0 0.41 0.28 0.87
HSL 341.54º 0.25% 0.1% -
HSV(B) 341.54º 0.41% 0.13% -
XYZ 0.98 0.83 0.92 -
YUV 23.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 32 19 23 0 0.41 0.28 0.87 341.54 0.25 0.1
Hex 20 13 17 0 29 1C 57 156 19 A
Octal 40 23 27 0 51 34 127 526 31 12
Binary 100000 10011 10111 0 101001 11100 1010111 101010110 11001 1010

Color Harmonies of #201317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201317

Black with #201317

Text Example


Text Example

White with #201317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201317; }

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

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

background-color css

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

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

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

border-color css

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

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

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