#AC2907

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

Shades of Rust #AC2907

Tints of Rust #AC2907

Color information

#AC2907 (or 0xAC2907) is unknown color: approx Rust. HEX triplet: AC, 29 and 07. RGB value is (172,41,7). Sum of RGB (Red+Green+Blue) = 172+41+7=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2907 is #53D6F8. Grayscale: #4C4C4C. Windows color (decimal): -5494521 or 469420. OLE color: 469420.

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

Color convert

RGB172417-
CMYK00.760.960.33
HSL12.36º92.18%35.1%-
HSV(B)12.36º95.93%67.45%-
XYZ17.8410.371.26-
YUV76.2988.9196.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.18%
GREEN value IS 41 (16.41% from 255) = 18.64%
BLUE value IS 7 (3.12% from 255) = 3.18%
R=78.18%
G=18.64%
B=3.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17241700.760.960.3312.3692.1835.1
HexAC29704C6021c5c23
Octal2545170114140411413443
Binary1010110010100111101001100110000010000111001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2907; }

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

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

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

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

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

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

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

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