Html Css Color HEX #AE3E20 Rust

📋 copy color: '#AE3E20'

red 174 ◦ green 62 ◦ blue 32

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

Shades of Rust #AE3E20

Tints of Rust #AE3E20

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.13%

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

R = 64.93%
G = 23.13%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE3E20 (or 0xAE3E20) is known color: Rust. HEX triplet: AE, 3E and 20. RGB value is (174,62,32). Sum of RGB (Red+Green+Blue) = 174+62+32=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E20 is #51C1DF. Grayscale: #5C5C5C. Windows color (decimal): -5358048 or 2113198. OLE color: 2113198.

HSL color Cylindrical-coordinate representation of color #AE3E20: hue angle of 12.68º 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 #AE3E20 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 62 32 -
CMYK 0 0.64 0.82 0.32
HSL 12.68º 0.69% 0.4% -
HSV(B) 12.68º 0.82% 0.68% -
XYZ 19.44 12.55 2.76 -
YUV 92.07 94.11 186.44 -
System Red Green Blue C M Y K H S L
Decimal 174 62 32 0 0.64 0.82 0.32 12.68 0.69 0.4
Hex AE 3E 20 0 40 52 20 D 45 28
Octal 256 76 40 0 100 122 40 15 105 50
Binary 10101110 111110 100000 0 1000000 1010010 100000 1101 1000101 101000

Color Harmonies of #AE3E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E20

Black with #AE3E20

Text Example


Text Example

White with #AE3E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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