Html Css Color HEX #AE540B Rust

📋 copy color: '#AE540B'

red 174 ◦ green 84 ◦ blue 11

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

Shades of Rust #AE540B

Tints of Rust #AE540B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 64.68%
G = 31.23%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE540B (or 0xAE540B) is known color: Rust. HEX triplet: AE, 54 and 0B. RGB value is (174,84,11). Sum of RGB (Red+Green+Blue) = 174+84+11=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE540B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE540B is #51ABF4. Grayscale: #666666. Windows color (decimal): -5352437 or 742574. OLE color: 742574.

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

Color convert

RGB 174 84 11 -
CMYK 0 0.52 0.94 0.32
HSL 26.87º 0.88% 0.36% -
HSV(B) 26.87º 0.94% 0.68% -
XYZ 20.69 15.36 2.19 -
YUV 102.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 174 84 11 0 0.52 0.94 0.32 26.87 0.88 0.36
Hex AE 54 B 0 34 5E 20 1B 58 24
Octal 256 124 13 0 64 136 40 33 130 44
Binary 10101110 1010100 1011 0 110100 1011110 100000 11011 1011000 100100

Color Harmonies of #AE540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE540B

Black with #AE540B

Text Example


Text Example

White with #AE540B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE540B; }

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

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

background-color css

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

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

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

border-color css

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

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

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