#AC440C

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

Shades of Rust #AC440C

Tints of Rust #AC440C

Color information

#AC440C (or 0xAC440C) is unknown color: approx Rust. HEX triplet: AC, 44 and 0C. RGB value is (172,68,12). Sum of RGB (Red+Green+Blue) = 172+68+12=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC440C is #53BBF3. Grayscale: #5D5D5D. Windows color (decimal): -5487604 or 804012. OLE color: 804012.

HSL color Cylindrical-coordinate representation of color #AC440C: hue angle of 21º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC440C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB1726812-
CMYK00.600.930.33
HSL21º86.96%36.08%-
HSV(B)21º93.02%67.45%-
XYZ19.1512.931.83-
YUV92.7182.46184.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 68.25%
GREEN value IS 68 (26.95% from 255) = 26.98%
BLUE value IS 12 (5.08% from 255) = 4.76%
R=68.25%
G=26.98%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172681200.600.930.332186.9636.08
HexAC44C03C5D21155724
Octal25410414074135412512744
Binary101011001000100110001111001011101100001101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC440C; }

 p { color: rgb(172,68,12); }

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

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

 a { background-color: rgb(172,68,12); }

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

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

 span { border-color: rgb(172,68,12); }

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