Html Css Color HEX #AE4020 Rust

📋 copy color: '#AE4020'

red 174 ◦ green 64 ◦ blue 32

#AE4020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #AE4020

Tints of Rust #AE4020

RGB

 RED value IS 174 (68.36% from 255) = 64.44%

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 32 (12.89% from 255) = 11.85%

R = 64.44%
G = 23.7%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE4020 (or 0xAE4020) is known color: Rust. HEX triplet: AE, 40 and 20. RGB value is (174,64,32). Sum of RGB (Red+Green+Blue) = 174+64+32=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 32 (12.89% from 255 or 11.85% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4020 is #51BFDF. Grayscale: #5D5D5D. Windows color (decimal): -5357536 or 2113710. OLE color: 2113710.

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

Color convert

RGB 174 64 32 -
CMYK 0 0.63 0.82 0.32
HSL 13.52º 0.69% 0.4% -
HSV(B) 13.52º 0.82% 0.68% -
XYZ 19.55 12.77 2.8 -
YUV 93.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 174 64 32 0 0.63 0.82 0.32 13.52 0.69 0.4
Hex AE 40 20 0 3F 52 20 E 45 28
Octal 256 100 40 0 77 122 40 16 105 50
Binary 10101110 1000000 100000 0 111111 1010010 100000 1110 1000101 101000

Color Harmonies of #AE4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4020

Black with #AE4020

Text Example


Text Example

White with #AE4020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4020; }

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

 H1.HeaderClassName
 {
   color: #AE4020;
 }
 .AnyTagClassName
 {
   color: #AE4020;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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