#AC2601

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

Shades of Rust #AC2601

Tints of Rust #AC2601

Color information

#AC2601 (or 0xAC2601) is unknown color: approx Rust. HEX triplet: AC, 26 and 01. RGB value is (172,38,1). Sum of RGB (Red+Green+Blue) = 172+38+1=211 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.52% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2601 is #53D9FE. Grayscale: #4A4A4A. Windows color (decimal): -5495295 or 75436. OLE color: 75436.

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

Color convert

RGB172381-
CMYK00.780.990.33
HSL12.98º98.84%33.92%-
HSV(B)12.98º99.42%67.45%-
XYZ17.7110.161.06-
YUV73.8586.89198.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 81.52%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=81.52%
G=18.01%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17238100.780.990.3312.9898.8433.92
HexAC26104E6321d6322
Octal2544610116143411514342
Binary10101100100110101001110110001110000111011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2601; }

 p { color: rgb(172,38,1); }

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

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

 a { background-color: rgb(172,38,1); }

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

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

 span { border-color: rgb(172,38,1); }

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