#AC2F00

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

Shades of Rust #AC2F00

Tints of Rust #AC2F00

Color information

#AC2F00 (or 0xAC2F00) is unknown color: approx Rust. HEX triplet: AC, 2F and 00. RGB value is (172,47,0). Sum of RGB (Red+Green+Blue) = 172+47+0=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F00 is #53D0FF. Grayscale: #4F4F4F. Windows color (decimal): -5492992 or 12204. OLE color: 12204.

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

Color convert

RGB172470-
CMYK00.7310.33
HSL16.4º100%33.73%-
HSV(B)16.4º100%67.45%-
XYZ18.0310.81.14-
YUV79.0283.41194.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.54%
GREEN value IS 47 (18.75% from 255) = 21.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.54%
G=21.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17247000.7310.3316.410033.73
HexAC2F00496421106422
Octal2545700111144412014442
Binary101011001011110010010011100100100001100001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2F00; }

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

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

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

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

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

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

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

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