#181012

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

Shades of Rustic Red #181012

Tints of Rustic Red #181012

Color information

#181012 (or 0x181012) is unknown color: approx Rustic Red. HEX triplet: 18, 10 and 12. RGB value is (24,16,18). Sum of RGB (Red+Green+Blue) = 24+16+18=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #181012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181012 is #E7EFED. Grayscale: #121212. Windows color (decimal): -15200238 or 1183768. OLE color: 1183768.

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

Color convert

RGB241618-
CMYK00.330.250.91
HSL345º20%7.84%-
HSV(B)345º33.33%9.41%-
XYZ0.670.610.65-
YUV18.62127.65131.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 16 (6.64% from 255) = 27.59%
BLUE value IS 18 (7.42% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24161800.330.250.91345207.84
Hex181012021195B159148
Octal302022041311335312410
Binary1100010000100100100001110011011011101011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181012; }

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

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

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

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

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

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

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

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