#AC431B

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

Shades of Rust #AC431B

Tints of Rust #AC431B

Color information

#AC431B (or 0xAC431B) is unknown color: approx Rust. HEX triplet: AC, 43 and 1B. RGB value is (172,67,27). Sum of RGB (Red+Green+Blue) = 172+67+27=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC431B is #53BCE4. Grayscale: #5E5E5E. Windows color (decimal): -5487845 or 1786796. OLE color: 1786796.

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

Color convert

RGB1726727-
CMYK00.610.840.33
HSL16.55º72.86%39.02%-
HSV(B)16.55º84.3%67.45%-
XYZ19.2212.862.51-
YUV93.8490.29183.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.66%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 27 (10.94% from 255) = 10.15%
R=64.66%
G=25.19%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172672700.610.840.3316.5572.8639.02
HexAC431B03D5421114927
Octal25410333075124412111147
Binary1010110010000111101101111011010100100001100011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC431B; }

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

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

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

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

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

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

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

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