#181114

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

Shades of Rustic Red #181114

Tints of Rustic Red #181114

Color information

#181114 (or 0x181114) is unknown color: approx Rustic Red. HEX triplet: 18, 11 and 14. RGB value is (24,17,20). Sum of RGB (Red+Green+Blue) = 24+17+20=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 24 - color contains mainly: red. Hex color #181114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181114 is #E7EEEB. Grayscale: #131313. Windows color (decimal): -15199980 or 1315096. OLE color: 1315096.

HSL color Cylindrical-coordinate representation of color #181114: hue angle of 334.29º degrees, saturation: 0.17, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #181114 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB241720-
CMYK00.290.170.91
HSL334.29º17.07%8.04%-
HSV(B)334.29º29.17%9.41%-
XYZ0.70.650.75-
YUV19.44128.32131.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 17 (7.03% from 255) = 27.87%
BLUE value IS 20 (8.20% from 255) = 32.79%
R=39.34%
G=27.87%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24172000.290.170.91334.2917.078.04
Hex18111401D115B14e118
Octal302124035211335162110
Binary110001000110100011101100011011011101001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181114; }

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

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

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

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

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

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

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

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