#AC2D06

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

Shades of Rust #AC2D06

Tints of Rust #AC2D06

Color information

#AC2D06 (or 0xAC2D06) is unknown color: approx Rust. HEX triplet: AC, 2D and 06. RGB value is (172,45,6). Sum of RGB (Red+Green+Blue) = 172+45+6=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2D06 is #53D2F9. Grayscale: #4E4E4E. Windows color (decimal): -5493498 or 404908. OLE color: 404908.

HSL color Cylindrical-coordinate representation of color #AC2D06: hue angle of 14.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC2D06 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB172456-
CMYK00.740.970.33
HSL14.1º93.26%34.9%-
HSV(B)14.1º96.51%67.45%-
XYZ17.9810.661.28-
YUV78.5387.08194.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 77.13%
GREEN value IS 45 (17.97% from 255) = 20.18%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=77.13%
G=20.18%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17245600.740.970.3314.193.2634.9
HexAC2D604A6121e5d23
Octal2545560112141411613543
Binary1010110010110111001001010110000110000111101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2D06; }

 p { color: rgb(172,45,6); }

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

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

 a { background-color: rgb(172,45,6); }

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

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

 span { border-color: rgb(172,45,6); }

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