Html Css Color HEX #201517 Rustic Red

📋 copy color: '#201517'

red 32 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #201517

Tints of Rustic Red #201517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 42.11%
G = 27.63%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.87

RGB Variations

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

Color information

#201517 (or 0x201517) is known color: Rustic Red. HEX triplet: 20, 15 and 17. RGB value is (32,21,23). Sum of RGB (Red+Green+Blue) = 32+21+23=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201517 is #DFEAE8. Grayscale: #181818. Windows color (decimal): -14674665 or 1512736. OLE color: 1512736.

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

Color convert

RGB 32 21 23 -
CMYK 0 0.34 0.28 0.87
HSL 349.09º 0.21% 0.1% -
HSV(B) 349.09º 0.34% 0.13% -
XYZ 1.02 0.91 0.93 -
YUV 24.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 32 21 23 0 0.34 0.28 0.87 349.09 0.21 0.1
Hex 20 15 17 0 22 1C 57 15D 15 A
Octal 40 25 27 0 42 34 127 535 25 12
Binary 100000 10101 10111 0 100010 11100 1010111 101011101 10101 1010

Color Harmonies of #201517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201517

Black with #201517

Text Example


Text Example

White with #201517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201517; }

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

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

background-color css

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

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

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

border-color css

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

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

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