Html Css Color HEX #AE4C11 Rust

📋 copy color: '#AE4C11'

red 174 ◦ green 76 ◦ blue 17

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

Shades of Rust #AE4C11

Tints of Rust #AE4C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

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

R = 65.17%
G = 28.46%
B = 6.37%

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

#AE4C11 (or 0xAE4C11) is known color: Rust. HEX triplet: AE, 4C and 11. RGB value is (174,76,17). Sum of RGB (Red+Green+Blue) = 174+76+17=267 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.17% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4C11 is #51B3EE. Grayscale: #626262. Windows color (decimal): -5354479 or 1133742. OLE color: 1133742.

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

Color convert

RGB 174 76 17 -
CMYK 0 0.56 0.90 0.32
HSL 22.55º 0.82% 0.37% -
HSV(B) 22.55º 0.9% 0.68% -
XYZ 20.14 14.21 2.21 -
YUV 98.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 174 76 17 0 0.56 0.90 0.32 22.55 0.82 0.37
Hex AE 4C 11 0 38 5A 20 17 52 25
Octal 256 114 21 0 70 132 40 27 122 45
Binary 10101110 1001100 10001 0 111000 1011010 100000 10111 1010010 100101

Color Harmonies of #AE4C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4C11

Black with #AE4C11

Text Example


Text Example

White with #AE4C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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