Html Css Color HEX #AE4911 Rust

📋 copy color: '#AE4911'

red 174 ◦ green 73 ◦ blue 17

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

Shades of Rust #AE4911

Tints of Rust #AE4911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 65.91%
G = 27.65%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4911 (or 0xAE4911) is known color: Rust. HEX triplet: AE, 49 and 11. RGB value is (174,73,17). Sum of RGB (Red+Green+Blue) = 174+73+17=264 (34% of max value = 765). Red value is 174 (68.36% from 255 or 65.91% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4911 is #51B6EE. Grayscale: #616161. Windows color (decimal): -5355247 or 1132974. OLE color: 1132974.

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

Color convert

RGB 174 73 17 -
CMYK 0 0.58 0.90 0.32
HSL 21.4º 0.82% 0.37% -
HSV(B) 21.4º 0.9% 0.68% -
XYZ 19.94 13.8 2.14 -
YUV 96.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 174 73 17 0 0.58 0.90 0.32 21.4 0.82 0.37
Hex AE 49 11 0 3A 5A 20 15 52 25
Octal 256 111 21 0 72 132 40 25 122 45
Binary 10101110 1001001 10001 0 111010 1011010 100000 10101 1010010 100101

Color Harmonies of #AE4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4911

Black with #AE4911

Text Example


Text Example

White with #AE4911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4911; }

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

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

background-color css

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

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

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

border-color css

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

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

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