#AC431E

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

Shades of Rust #AC431E

Tints of Rust #AC431E

Color information

#AC431E (or 0xAC431E) is unknown color: approx Rust. HEX triplet: AC, 43 and 1E. RGB value is (172,67,30). Sum of RGB (Red+Green+Blue) = 172+67+30=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431E is #53BCE1. Grayscale: #5E5E5E. Windows color (decimal): -5487842 or 1983404. OLE color: 1983404.

HSL color Cylindrical-coordinate representation of color #AC431E: hue angle of 15.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC431E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB1726730-
CMYK00.610.830.33
HSL15.63º70.3%39.61%-
HSV(B)15.63º82.56%67.45%-
XYZ19.2512.882.7-
YUV94.1891.79183.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 63.94%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=63.94%
G=24.91%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172673000.610.830.3315.6370.339.61
HexAC431E03D5321104628
Octal25410336075123412010650
Binary1010110010000111111001111011010011100001100001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC431E; }

 p { color: rgb(172,67,30); }

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

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

 a { background-color: rgb(172,67,30); }

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

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

 span { border-color: rgb(172,67,30); }

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