Html Css Color HEX #AE4511 Rust

📋 copy color: '#AE4511'

red 174 ◦ green 69 ◦ blue 17

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

Shades of Rust #AE4511

Tints of Rust #AE4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 66.92%
G = 26.54%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE4511 (or 0xAE4511) is known color: Rust. HEX triplet: AE, 45 and 11. RGB value is (174,69,17). Sum of RGB (Red+Green+Blue) = 174+69+17=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4511 is #51BAEE. Grayscale: #5E5E5E. Windows color (decimal): -5356271 or 1131950. OLE color: 1131950.

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

Color convert

RGB 174 69 17 -
CMYK 0 0.60 0.90 0.32
HSL 19.87º 0.82% 0.37% -
HSV(B) 19.87º 0.9% 0.68% -
XYZ 19.68 13.3 2.06 -
YUV 94.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 174 69 17 0 0.60 0.90 0.32 19.87 0.82 0.37
Hex AE 45 11 0 3C 5A 20 14 52 25
Octal 256 105 21 0 74 132 40 24 122 45
Binary 10101110 1000101 10001 0 111100 1011010 100000 10100 1010010 100101

Color Harmonies of #AE4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4511

Black with #AE4511

Text Example


Text Example

White with #AE4511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4511; }

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

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

background-color css

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

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

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

border-color css

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

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

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