#201718

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

Shades of Rustic Red #201718

Tints of Rustic Red #201718

Color information

#201718 (or 0x201718) is unknown color: approx Rustic Red. HEX triplet: 20, 17 and 18. RGB value is (32,23,24). Sum of RGB (Red+Green+Blue) = 32+23+24=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #201718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201718 is #DFE8E7. Grayscale: #191919. Windows color (decimal): -14674152 or 1578784. OLE color: 1578784.

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

Color convert

RGB322324-
CMYK00.280.250.87
HSL353.33º16.36%10.78%-
HSV(B)353.33º28.12%12.55%-
XYZ1.070.991-
YUV25.8126.98132.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=40.51%
G=29.11%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32232400.280.250.87353.3316.3610.78
Hex20171801C195716110b
Octal402730034311275412013
Binary1000001011111000011100110011010111101100001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201718; }

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

 H1.HeaderClassName
 {
   color: #201718;
 }
 .AnyTagClassName
 {
   color: #201718;
 }
</style>
background-color css

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

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

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

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

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

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