Html Css Color HEX #AE4D11 Rust

📋 copy color: '#AE4D11'

red 174 ◦ green 77 ◦ blue 17

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

Shades of Rust #AE4D11

Tints of Rust #AE4D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.34%

R = 64.93%
G = 28.73%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4D11 (or 0xAE4D11) is known color: Rust. HEX triplet: AE, 4D and 11. RGB value is (174,77,17). Sum of RGB (Red+Green+Blue) = 174+77+17=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE4D11 is #51B2EE. Grayscale: #636363. Windows color (decimal): -5354223 or 1133998. OLE color: 1133998.

HSL color Cylindrical-coordinate representation of color #AE4D11: hue angle of 22.93º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE4D11 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 77 17 -
CMYK 0 0.56 0.90 0.32
HSL 22.93º 0.82% 0.37% -
HSV(B) 22.93º 0.9% 0.68% -
XYZ 20.21 14.35 2.23 -
YUV 99.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 174 77 17 0 0.56 0.90 0.32 22.93 0.82 0.37
Hex AE 4D 11 0 38 5A 20 17 52 25
Octal 256 115 21 0 70 132 40 27 122 45
Binary 10101110 1001101 10001 0 111000 1011010 100000 10111 1010010 100101

Color Harmonies of #AE4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4D11

Black with #AE4D11

Text Example


Text Example

White with #AE4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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