#AC2E12

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

Shades of Rust #AC2E12

Tints of Rust #AC2E12

Color information

#AC2E12 (or 0xAC2E12) is unknown color: approx Rust. HEX triplet: AC, 2E and 12. RGB value is (172,46,18). Sum of RGB (Red+Green+Blue) = 172+46+18=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E12 is #53D1ED. Grayscale: #505050. Windows color (decimal): -5493230 or 1191596. OLE color: 1191596.

HSL color Cylindrical-coordinate representation of color #AC2E12: hue angle of 10.91º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC2E12 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB1724618-
CMYK00.730.900.33
HSL10.91º81.05%37.25%-
HSV(B)10.91º89.53%67.45%-
XYZ18.110.771.7-
YUV80.4892.74193.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.88%
GREEN value IS 46 (18.36% from 255) = 19.49%
BLUE value IS 18 (7.42% from 255) = 7.63%
R=72.88%
G=19.49%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172461800.730.900.3310.9181.0537.25
HexAC2E120495A21b5125
Octal25456220111132411312145
Binary101011001011101001001001001101101010000110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E12; }

 p { color: rgb(172,46,18); }

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

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

 a { background-color: rgb(172,46,18); }

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

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

 span { border-color: rgb(172,46,18); }

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