#181011

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

Shades of Rustic Red #181011

Tints of Rustic Red #181011

Color information

#181011 (or 0x181011) is unknown color: approx Rustic Red. HEX triplet: 18, 10 and 11. RGB value is (24,16,17). Sum of RGB (Red+Green+Blue) = 24+16+17=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #181011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181011 is #E7EFEE. Grayscale: #121212. Windows color (decimal): -15200239 or 1118232. OLE color: 1118232.

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

Color convert

RGB241617-
CMYK00.330.290.91
HSL352.5º20%7.84%-
HSV(B)352.5º33.33%9.41%-
XYZ0.660.610.61-
YUV18.51127.15131.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 16 (6.64% from 255) = 28.07%
BLUE value IS 17 (7.03% from 255) = 29.82%
R=42.11%
G=28.07%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24161700.330.290.91352.5207.84
Hex1810110211D5B160148
Octal302021041351335402410
Binary1100010000100010100001111011011011101100000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181011; }

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

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

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

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

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

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

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

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