#AC2A00

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

Shades of Rust #AC2A00

Tints of Rust #AC2A00

Color information

#AC2A00 (or 0xAC2A00) is unknown color: approx Rust. HEX triplet: AC, 2A and 00. RGB value is (172,42,0). Sum of RGB (Red+Green+Blue) = 172+42+0=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A00 is #53D5FF. Grayscale: #4C4C4C. Windows color (decimal): -5494272 or 10924. OLE color: 10924.

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

Color convert

RGB172420-
CMYK00.7610.33
HSL14.65º100%33.73%-
HSV(B)14.65º100%67.45%-
XYZ17.8410.431.07-
YUV76.0885.07196.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80.37%
GREEN value IS 42 (16.80% from 255) = 19.63%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.37%
G=19.63%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17242000.7610.3314.6510033.73
HexAC2A004C6421f6422
Octal2545200114144411714442
Binary10101100101010001001100110010010000111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2A00; }

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

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

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

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

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

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

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

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