#201517

Color #201517 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #201517

Tints of Rustic Red #201517

Color information

#201517 (or 0x201517) is unknown color: approx 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

RGB322123-
CMYK00.340.280.87
HSL349.09º20.75%10.39%-
HSV(B)349.09º34.38%12.55%-
XYZ1.020.910.93-
YUV24.52127.14133.34-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32212300.340.280.87349.0920.7510.39
Hex2015170221C5715d15a
Octal402527042341275352512
Binary10000010101101110100010111001010111101011101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>