Html Css Color HEX #AE5113 Rust

📋 copy color: '#AE5113'

red 174 ◦ green 81 ◦ blue 19

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

Shades of Rust #AE5113

Tints of Rust #AE5113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.56%

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

R = 63.5%
G = 29.56%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE5113 (or 0xAE5113) is known color: Rust. HEX triplet: AE, 51 and 13. RGB value is (174,81,19). Sum of RGB (Red+Green+Blue) = 174+81+19=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5113 is #51AEEC. Grayscale: #666666. Windows color (decimal): -5353197 or 1266094. OLE color: 1266094.

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

Color convert

RGB 174 81 19 -
CMYK 0 0.53 0.89 0.32
HSL 24º 0.8% 0.38% -
HSV(B) 24º 0.89% 0.68% -
XYZ 20.52 14.93 2.42 -
YUV 101.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 174 81 19 0 0.53 0.89 0.32 24 0.8 0.38
Hex AE 51 13 0 35 59 20 18 50 26
Octal 256 121 23 0 65 131 40 30 120 46
Binary 10101110 1010001 10011 0 110101 1011001 100000 11000 1010000 100110

Color Harmonies of #AE5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5113

Black with #AE5113

Text Example


Text Example

White with #AE5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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