Html Css Color HEX #AE5313 Rust

📋 copy color: '#AE5313'

red 174 ◦ green 83 ◦ blue 19

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

Shades of Rust #AE5313

Tints of Rust #AE5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.07%

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

R = 63.04%
G = 30.07%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE5313 (or 0xAE5313) is known color: Rust. HEX triplet: AE, 53 and 13. RGB value is (174,83,19). Sum of RGB (Red+Green+Blue) = 174+83+19=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE5313 is #51ACEC. Grayscale: #676767. Windows color (decimal): -5352685 or 1266606. OLE color: 1266606.

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

Color convert

RGB 174 83 19 -
CMYK 0 0.52 0.89 0.32
HSL 24.77º 0.8% 0.38% -
HSV(B) 24.77º 0.89% 0.68% -
XYZ 20.67 15.23 2.47 -
YUV 102.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 174 83 19 0 0.52 0.89 0.32 24.77 0.8 0.38
Hex AE 53 13 0 34 59 20 19 50 26
Octal 256 123 23 0 64 131 40 31 120 46
Binary 10101110 1010011 10011 0 110100 1011001 100000 11001 1010000 100110

Color Harmonies of #AE5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5313

Black with #AE5313

Text Example


Text Example

White with #AE5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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