#AE2B0B

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

Shades of Rust #AE2B0B

Tints of Rust #AE2B0B

Color information

#AE2B0B (or 0xAE2B0B) is unknown color: approx Rust. HEX triplet: AE, 2B and 0B. RGB value is (174,43,11). Sum of RGB (Red+Green+Blue) = 174+43+11=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B0B is #51D4F4. Grayscale: #4E4E4E. Windows color (decimal): -5362933 or 732078. OLE color: 732078.

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

Color convert

RGB1744311-
CMYK00.750.940.32
HSL11.78º88.11%36.27%-
HSV(B)11.78º93.68%68.24%-
XYZ18.3810.751.42-
YUV78.5289.9196.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.32%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 11 (4.69% from 255) = 4.82%
R=76.32%
G=18.86%
B=4.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174431100.750.940.3211.7888.1136.27
HexAE2BB04B5E20c5824
Octal25653130113136401413044
Binary10101110101011101101001011101111010000011001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B0B; }

 p { color: rgb(174,43,11); }

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

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

 a { background-color: rgb(174,43,11); }

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

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

 span { border-color: rgb(174,43,11); }

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