Html Css Color HEX #AE5013 Rust

📋 copy color: '#AE5013'

red 174 ◦ green 80 ◦ blue 19

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

Shades of Rust #AE5013

Tints of Rust #AE5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 63.74%
G = 29.3%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE5013 (or 0xAE5013) is known color: Rust. HEX triplet: AE, 50 and 13. RGB value is (174,80,19). Sum of RGB (Red+Green+Blue) = 174+80+19=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5013 is #51AFEC. Grayscale: #656565. Windows color (decimal): -5353453 or 1265838. OLE color: 1265838.

HSL color Cylindrical-coordinate representation of color #AE5013: hue angle of 23.61º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE5013 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 80 19 -
CMYK 0 0.54 0.89 0.32
HSL 23.61º 0.8% 0.38% -
HSV(B) 23.61º 0.89% 0.68% -
XYZ 20.44 14.78 2.39 -
YUV 101.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 174 80 19 0 0.54 0.89 0.32 23.61 0.8 0.38
Hex AE 50 13 0 36 59 20 18 50 26
Octal 256 120 23 0 66 131 40 30 120 46
Binary 10101110 1010000 10011 0 110110 1011001 100000 11000 1010000 100110

Color Harmonies of #AE5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5013

Black with #AE5013

Text Example


Text Example

White with #AE5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5013; }

 p { color: rgb(174,80,19); }

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

background-color css

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

 a { background-color: rgb(174,80,19); }

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

border-color css

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

 span { border-color: rgb(174,80,19); }

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