#AC2506

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

Shades of Rust #AC2506

Tints of Rust #AC2506

Color information

#AC2506 (or 0xAC2506) is unknown color: approx Rust. HEX triplet: AC, 25 and 06. RGB value is (172,37,6). Sum of RGB (Red+Green+Blue) = 172+37+6=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2506 is #53DAF9. Grayscale: #4A4A4A. Windows color (decimal): -5495546 or 402860. OLE color: 402860.

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

Color convert

RGB172376-
CMYK00.780.970.33
HSL11.2º93.26%34.9%-
HSV(B)11.2º96.51%67.45%-
XYZ17.7110.111.19-
YUV73.8389.73198.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=80%
G=17.21%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17237600.780.970.3311.293.2634.9
HexAC25604E6121b5d23
Octal2544560116141411313543
Binary1010110010010111001001110110000110000110111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2506; }

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

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

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

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

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

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

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

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