#AC2807

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

Shades of Rust #AC2807

Tints of Rust #AC2807

Color information

#AC2807 (or 0xAC2807) is unknown color: approx Rust. HEX triplet: AC, 28 and 07. RGB value is (172,40,7). Sum of RGB (Red+Green+Blue) = 172+40+7=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 7 (3.12% from 255 or 3.20% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2807 is #53D7F8. Grayscale: #4B4B4B. Windows color (decimal): -5494777 or 469164. OLE color: 469164.

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

Color convert

RGB172407-
CMYK00.770.960.33
HSL12º92.18%35.1%-
HSV(B)12º95.93%67.45%-
XYZ17.8110.31.25-
YUV75.7189.23196.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.54%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 7 (3.12% from 255) = 3.20%
R=78.54%
G=18.26%
B=3.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17240700.770.960.331292.1835.1
HexAC28704D6021c5c23
Octal2545070115140411413443
Binary1010110010100011101001101110000010000111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2807; }

 p { color: rgb(172,40,7); }

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

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

 a { background-color: rgb(172,40,7); }

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

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

 span { border-color: rgb(172,40,7); }

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