#ae4003

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

Shades of Rust #AE4003

Tints of Rust #AE4003

Color information

#AE4003 (or 0xAE4003) is unknown color: approx Rust. HEX triplet: AE, 40 and 03. RGB value is (174,64,3). Sum of RGB (Red+Green+Blue) = 174+64+3=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4003 is #51BFFC. Grayscale: #5A5A5A. Windows color (decimal): -5357565 or 213166. OLE color: 213166.

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

Color convert

RGB174643-
CMYK00.630.980.32
HSL21.4º96.61%34.71%-
HSV(B)21.4º98.28%68.24%-
XYZ19.3112.671.51-
YUV89.9478.94187.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.20%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 3 (1.56% from 255) = 1.24%
R=72.20%
G=26.56%
B=1.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17464300.630.980.3221.496.6134.71
HexAE40303F6220156123
Octal2561003077142402514143
Binary1010111010000001101111111100010100000101011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae4003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae4003; }

 p { color: rgb(174,64,3); }

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

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

 a { background-color: rgb(174,64,3); }

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

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

 span { border-color: rgb(174,64,3); }

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