#AC2904

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

Shades of Rust #AC2904

Tints of Rust #AC2904

Color information

#AC2904 (or 0xAC2904) is unknown color: approx Rust. HEX triplet: AC, 29 and 04. RGB value is (172,41,4). Sum of RGB (Red+Green+Blue) = 172+41+4=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2904 is #53D6FB. Grayscale: #4C4C4C. Windows color (decimal): -5494524 or 272812. OLE color: 272812.

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

Color convert

RGB172414-
CMYK00.760.980.33
HSL13.21º95.45%34.51%-
HSV(B)13.21º97.67%67.45%-
XYZ17.8310.371.18-
YUV75.9587.4196.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 79.26%
GREEN value IS 41 (16.41% from 255) = 18.89%
BLUE value IS 4 (1.95% from 255) = 1.84%
R=79.26%
G=18.89%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17241400.760.980.3313.2195.4534.51
HexAC29404C6221d5f23
Octal2545140114142411513743
Binary1010110010100110001001100110001010000111011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2904; }

 p { color: rgb(172,41,4); }

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

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

 a { background-color: rgb(172,41,4); }

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

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

 span { border-color: rgb(172,41,4); }

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