#AC2B00

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

Shades of Rust #AC2B00

Tints of Rust #AC2B00

Color information

#AC2B00 (or 0xAC2B00) is unknown color: approx Rust. HEX triplet: AC, 2B and 00. RGB value is (172,43,0). Sum of RGB (Red+Green+Blue) = 172+43+0=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B00 is #53D4FF. Grayscale: #4C4C4C. Windows color (decimal): -5494016 or 11180. OLE color: 11180.

HSL color Cylindrical-coordinate representation of color #AC2B00: hue angle of 15º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC2B00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB172430-
CMYK00.7510.33
HSL15º100%33.73%-
HSV(B)15º100%67.45%-
XYZ17.8810.51.08-
YUV76.6784.74196-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 80%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 0 (0.39% from 255) = 0%
R=80%
G=20%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17243000.7510.331510033.73
HexAC2B004B6421f6422
Octal2545300113144411714442
Binary10101100101011001001011110010010000111111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2B00; }

 p { color: rgb(172,43,0); }

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

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

 a { background-color: rgb(172,43,0); }

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

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

 span { border-color: rgb(172,43,0); }

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