#AC2E0D

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

Shades of Rust #AC2E0D

Tints of Rust #AC2E0D

Color information

#AC2E0D (or 0xAC2E0D) is unknown color: approx Rust. HEX triplet: AC, 2E and 0D. RGB value is (172,46,13). Sum of RGB (Red+Green+Blue) = 172+46+13=231 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.46% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E0D is #53D1F2. Grayscale: #505050. Windows color (decimal): -5493235 or 863916. OLE color: 863916.

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

Color convert

RGB1724613-
CMYK00.730.920.33
HSL12.45º85.95%36.27%-
HSV(B)12.45º92.44%67.45%-
XYZ18.0610.751.5-
YUV79.9190.24193.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 74.46%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=74.46%
G=19.91%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172461300.730.920.3312.4585.9536.27
HexAC2ED0495C21c5624
Octal25456150111134411412644
Binary10101100101110110101001001101110010000111001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E0D; }

 p { color: rgb(172,46,13); }

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

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

 a { background-color: rgb(172,46,13); }

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

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

 span { border-color: rgb(172,46,13); }

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