#201618

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

Shades of Rustic Red #201618

Tints of Rustic Red #201618

Color information

#201618 (or 0x201618) is unknown color: approx Rustic Red. HEX triplet: 20, 16 and 18. RGB value is (32,22,24). Sum of RGB (Red+Green+Blue) = 32+22+24=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201618 is #DFE9E7. Grayscale: #191919. Windows color (decimal): -14674408 or 1578528. OLE color: 1578528.

HSL color Cylindrical-coordinate representation of color #201618: hue angle of 348º 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 #201618 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB322224-
CMYK00.310.250.87
HSL348º18.52%10.59%-
HSV(B)348º31.25%12.55%-
XYZ1.050.950.99-
YUV25.22127.31132.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=41.03%
G=28.21%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32222400.310.250.8734818.5210.59
Hex20161801F195715c13b
Octal402630037311275342313
Binary1000001011011000011111110011010111101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201618; }

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

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

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

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

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

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

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

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