#AE2B06

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

Shades of Rust #AE2B06

Tints of Rust #AE2B06

Color information

#AE2B06 (or 0xAE2B06) is unknown color: approx Rust. HEX triplet: AE, 2B and 06. RGB value is (174,43,6). Sum of RGB (Red+Green+Blue) = 174+43+6=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 6 (2.73% from 255 or 2.69% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2B06 is #51D4F9. Grayscale: #4E4E4E. Windows color (decimal): -5362938 or 404398. OLE color: 404398.

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

Color convert

RGB174436-
CMYK00.750.970.32
HSL13.21º93.33%35.29%-
HSV(B)13.21º96.55%68.24%-
XYZ18.3510.741.28-
YUV77.9587.4196.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 78.03%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 6 (2.73% from 255) = 2.69%
R=78.03%
G=19.28%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17443600.750.970.3213.2193.3335.29
HexAE2B604B6120d5d23
Octal2565360113141401513543
Binary1010111010101111001001011110000110000011011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B06; }

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

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

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

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

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

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

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

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