#AC3012

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

Shades of Rust #AC3012

Tints of Rust #AC3012

Color information

#AC3012 (or 0xAC3012) is unknown color: approx Rust. HEX triplet: AC, 30 and 12. RGB value is (172,48,18). Sum of RGB (Red+Green+Blue) = 172+48+18=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3012 is #53CFED. Grayscale: #515151. Windows color (decimal): -5492718 or 1192108. OLE color: 1192108.

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

Color convert

RGB1724818-
CMYK00.720.900.33
HSL11.69º81.05%37.25%-
HSV(B)11.69º89.53%67.45%-
XYZ18.1810.931.72-
YUV81.6692.08192.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.27%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=72.27%
G=20.17%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172481800.720.900.3311.6981.0537.25
HexAC30120485A21c5125
Octal25460220110132411412145
Binary101011001100001001001001000101101010000111001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3012; }

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

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

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

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

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

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

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

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