Html Css Color HEX #AE580B Rust

📋 copy color: '#AE580B'

red 174 ◦ green 88 ◦ blue 11

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

Shades of Rust #AE580B

Tints of Rust #AE580B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.23%

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 63.74%
G = 32.23%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE580B (or 0xAE580B) is known color: Rust. HEX triplet: AE, 58 and 0B. RGB value is (174,88,11). Sum of RGB (Red+Green+Blue) = 174+88+11=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE580B is #51A7F4. Grayscale: #696969. Windows color (decimal): -5351413 or 743598. OLE color: 743598.

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

Color convert

RGB 174 88 11 -
CMYK 0 0.49 0.94 0.32
HSL 28.34º 0.88% 0.36% -
HSV(B) 28.34º 0.94% 0.68% -
XYZ 21.01 16 2.3 -
YUV 104.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 174 88 11 0 0.49 0.94 0.32 28.34 0.88 0.36
Hex AE 58 B 0 31 5E 20 1C 58 24
Octal 256 130 13 0 61 136 40 34 130 44
Binary 10101110 1011000 1011 0 110001 1011110 100000 11100 1011000 100100

Color Harmonies of #AE580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE580B

Black with #AE580B

Text Example


Text Example

White with #AE580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE580B; }

 p { color: rgb(174,88,11); }

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

background-color css

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

 a { background-color: rgb(174,88,11); }

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

border-color css

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

 span { border-color: rgb(174,88,11); }

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