Html Css Color HEX #AE4505 Rust

📋 copy color: '#AE4505'

red 174 ◦ green 69 ◦ blue 5

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

Shades of Rust #AE4505

Tints of Rust #AE4505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 70.16%
G = 27.82%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AE4505 (or 0xAE4505) is known color: Rust. HEX triplet: AE, 45 and 05. RGB value is (174,69,5). Sum of RGB (Red+Green+Blue) = 174+69+5=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4505 is #51BAFA. Grayscale: #5D5D5D. Windows color (decimal): -5356283 or 345518. OLE color: 345518.

HSL color Cylindrical-coordinate representation of color #AE4505: hue angle of 22.72º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE4505 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 69 5 -
CMYK 0 0.60 0.97 0.32
HSL 22.72º 0.94% 0.35% -
HSV(B) 22.72º 0.97% 0.68% -
XYZ 19.61 13.27 1.67 -
YUV 93.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 174 69 5 0 0.60 0.97 0.32 22.72 0.94 0.35
Hex AE 45 5 0 3C 61 20 17 5E 23
Octal 256 105 5 0 74 141 40 27 136 43
Binary 10101110 1000101 101 0 111100 1100001 100000 10111 1011110 100011

Color Harmonies of #AE4505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4505

Black with #AE4505

Text Example


Text Example

White with #AE4505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4505; }

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

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

background-color css

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

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

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

border-color css

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

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

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