#AE2201

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

Shades of Rust #AE2201

Tints of Rust #AE2201

Color information

#AE2201 (or 0xAE2201) is unknown color: approx Rust. HEX triplet: AE, 22 and 01. RGB value is (174,34,1). Sum of RGB (Red+Green+Blue) = 174+34+1=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2201 is #51DDFE. Grayscale: #484848. Windows color (decimal): -5365247 or 74414. OLE color: 74414.

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

Color convert

RGB174341-
CMYK00.800.990.32
HSL11.45º98.86%34.31%-
HSV(B)11.45º99.43%68.24%-
XYZ18.0310.141.04-
YUV72.187.88200.68-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.25%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=83.25%
G=16.27%
B=0.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17434100.800.990.3211.4598.8634.31
HexAE2210506320b6322
Octal2564210120143401314342
Binary10101110100010101010000110001110000010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2201; }

 p { color: rgb(174,34,1); }

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

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

 a { background-color: rgb(174,34,1); }

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

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

 span { border-color: rgb(174,34,1); }

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