#AC2F12

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

Shades of Rust #AC2F12

Tints of Rust #AC2F12

Color information

#AC2F12 (or 0xAC2F12) is unknown color: approx Rust. HEX triplet: AC, 2F and 12. RGB value is (172,47,18). Sum of RGB (Red+Green+Blue) = 172+47+18=237 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.57% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F12 is #53D0ED. Grayscale: #515151. Windows color (decimal): -5492974 or 1191852. OLE color: 1191852.

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

Color convert

RGB1724718-
CMYK00.730.900.33
HSL11.3º81.05%37.25%-
HSV(B)11.3º89.53%67.45%-
XYZ18.1410.851.71-
YUV81.0792.41192.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.57%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 18 (7.42% from 255) = 7.59%
R=72.57%
G=19.83%
B=7.59%

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
Decimal172471800.730.900.3311.381.0537.25
HexAC2F120495A21b5125
Octal25457220111132411312145
Binary101011001011111001001001001101101010000110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2F12; }

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

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

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

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

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

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

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

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