Html Css Color HEX #AE5213 Rust

📋 copy color: '#AE5213'

red 174 ◦ green 82 ◦ blue 19

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

Shades of Rust #AE5213

Tints of Rust #AE5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.82%

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

R = 63.27%
G = 29.82%
B = 6.91%

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

#AE5213 (or 0xAE5213) is known color: Rust. HEX triplet: AE, 52 and 13. RGB value is (174,82,19). Sum of RGB (Red+Green+Blue) = 174+82+19=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5213 is #51ADEC. Grayscale: #666666. Windows color (decimal): -5352941 or 1266350. OLE color: 1266350.

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

Color convert

RGB 174 82 19 -
CMYK 0 0.53 0.89 0.32
HSL 24.39º 0.8% 0.38% -
HSV(B) 24.39º 0.89% 0.68% -
XYZ 20.59 15.08 2.44 -
YUV 102.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 174 82 19 0 0.53 0.89 0.32 24.39 0.8 0.38
Hex AE 52 13 0 35 59 20 18 50 26
Octal 256 122 23 0 65 131 40 30 120 46
Binary 10101110 1010010 10011 0 110101 1011001 100000 11000 1010000 100110

Color Harmonies of #AE5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5213

Black with #AE5213

Text Example


Text Example

White with #AE5213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5213; }

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

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

background-color css

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

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

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

border-color css

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

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

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