Html Css Color HEX #201617 Rustic Red

📋 copy color: '#201617'

red 32 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #201617

Tints of Rustic Red #201617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 28.57%

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

R = 41.56%
G = 28.57%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#201617 (or 0x201617) is known color: Rustic Red. HEX triplet: 20, 16 and 17. RGB value is (32,22,23). Sum of RGB (Red+Green+Blue) = 32+22+23=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201617 is #DFE9E8. Grayscale: #191919. Windows color (decimal): -14674409 or 1512992. OLE color: 1512992.

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

Color convert

RGB 32 22 23 -
CMYK 0 0.31 0.28 0.87
HSL 354º 0.19% 0.11% -
HSV(B) 354º 0.31% 0.13% -
XYZ 1.04 0.94 0.94 -
YUV 25.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 32 22 23 0 0.31 0.28 0.87 354 0.19 0.11
Hex 20 16 17 0 1F 1C 57 162 13 B
Octal 40 26 27 0 37 34 127 542 23 13
Binary 100000 10110 10111 0 11111 11100 1010111 101100010 10011 1011

Color Harmonies of #201617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201617

Black with #201617

Text Example


Text Example

White with #201617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201617; }

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

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

background-color css

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

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

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

border-color css

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

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

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