Html Css Color HEX #AE4D13 Rust

📋 copy color: '#AE4D13'

red 174 ◦ green 77 ◦ blue 19

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

Shades of Rust #AE4D13

Tints of Rust #AE4D13

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.52%

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

R = 64.44%
G = 28.52%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE4D13 (or 0xAE4D13) is known color: Rust. HEX triplet: AE, 4D and 13. RGB value is (174,77,19). Sum of RGB (Red+Green+Blue) = 174+77+19=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 77 (30.47% from 255 or 28.52% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D13 is #51B2EC. Grayscale: #636363. Windows color (decimal): -5354221 or 1265070. OLE color: 1265070.

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

Color convert

RGB 174 77 19 -
CMYK 0 0.56 0.89 0.32
HSL 22.45º 0.8% 0.38% -
HSV(B) 22.45º 0.89% 0.68% -
XYZ 20.23 14.35 2.32 -
YUV 99.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 174 77 19 0 0.56 0.89 0.32 22.45 0.8 0.38
Hex AE 4D 13 0 38 59 20 16 50 26
Octal 256 115 23 0 70 131 40 26 120 46
Binary 10101110 1001101 10011 0 111000 1011001 100000 10110 1010000 100110

Color Harmonies of #AE4D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D13

Black with #AE4D13

Text Example


Text Example

White with #AE4D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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