#AE3D02

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

Shades of Rust #AE3D02

Tints of Rust #AE3D02

Color information

#AE3D02 (or 0xAE3D02) is unknown color: approx Rust. HEX triplet: AE, 3D and 02. RGB value is (174,61,2). Sum of RGB (Red+Green+Blue) = 174+61+2=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3D02 is #51C2FD. Grayscale: #585858. Windows color (decimal): -5358334 or 146862. OLE color: 146862.

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

Color convert

RGB174612-
CMYK00.650.990.32
HSL20.58º97.73%34.51%-
HSV(B)20.58º98.85%68.24%-
XYZ19.1412.341.43-
YUV88.0679.44189.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=73.42%
G=25.74%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17461200.650.990.3220.5897.7334.51
HexAE3D20416320156223
Octal2567520101143402514243
Binary1010111011110110010000011100011100000101011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3D02; }

 p { color: rgb(174,61,2); }

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

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

 a { background-color: rgb(174,61,2); }

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

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

 span { border-color: rgb(174,61,2); }

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