#AC2E0B

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

Shades of Rust #AC2E0B

Tints of Rust #AC2E0B

Color information

#AC2E0B (or 0xAC2E0B) is unknown color: approx Rust. HEX triplet: AC, 2E and 0B. RGB value is (172,46,11). Sum of RGB (Red+Green+Blue) = 172+46+11=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E0B is #53D1F4. Grayscale: #4F4F4F. Windows color (decimal): -5493237 or 732844. OLE color: 732844.

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

Color convert

RGB1724611-
CMYK00.730.940.33
HSL13.04º87.98%35.88%-
HSV(B)13.04º93.6%67.45%-
XYZ18.0510.751.44-
YUV79.6889.24193.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 75.11%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=75.11%
G=20.09%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172461100.730.940.3313.0487.9835.88
HexAC2EB0495E21d5824
Octal25456130111136411513044
Binary10101100101110101101001001101111010000111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E0B; }

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

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

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

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

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

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

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

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