#201418

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

Shades of Rustic Red #201418

Tints of Rustic Red #201418

Color information

#201418 (or 0x201418) is unknown color: approx Rustic Red. HEX triplet: 20, 14 and 18. RGB value is (32,20,24). Sum of RGB (Red+Green+Blue) = 32+20+24=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #201418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201418 is #DFEBE7. Grayscale: #181818. Windows color (decimal): -14674920 or 1578016. OLE color: 1578016.

HSL color Cylindrical-coordinate representation of color #201418: hue angle of 340º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201418 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.87.

Color convert

RGB322024-
CMYK00.370.250.87
HSL340º23.08%10.2%-
HSV(B)340º37.5%12.55%-
XYZ1.010.870.98-
YUV24.04127.98133.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 20 (8.20% from 255) = 26.32%
BLUE value IS 24 (9.77% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32202400.370.250.8734023.0810.2
Hex201418025195715417a
Octal402430045311275242712
Binary10000010100110000100101110011010111101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201418; }

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

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

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

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

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

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

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

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