#AC421B

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

Shades of Rust #AC421B

Tints of Rust #AC421B

Color information

#AC421B (or 0xAC421B) is unknown color: approx Rust. HEX triplet: AC, 42 and 1B. RGB value is (172,66,27). Sum of RGB (Red+Green+Blue) = 172+66+27=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC421B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC421B is #53BDE4. Grayscale: #5D5D5D. Windows color (decimal): -5488101 or 1786540. OLE color: 1786540.

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

Color convert

RGB1726627-
CMYK00.620.840.33
HSL16.14º72.86%39.02%-
HSV(B)16.14º84.3%67.45%-
XYZ19.1612.752.49-
YUV93.2590.62184.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 64.91%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=64.91%
G=24.91%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172662700.620.840.3316.1472.8639.02
HexAC421B03E5421104927
Octal25410233076124412011147
Binary1010110010000101101101111101010100100001100001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC421B; }

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

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

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

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

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

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

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

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