Html Css Color HEX #AE510B Rust

📋 copy color: '#AE510B'

red 174 ◦ green 81 ◦ blue 11

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

Shades of Rust #AE510B

Tints of Rust #AE510B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 65.41%
G = 30.45%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE510B (or 0xAE510B) is known color: Rust. HEX triplet: AE, 51 and 0B. RGB value is (174,81,11). Sum of RGB (Red+Green+Blue) = 174+81+11=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE510B is #51AEF4. Grayscale: #656565. Windows color (decimal): -5353205 or 741806. OLE color: 741806.

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

Color convert

RGB 174 81 11 -
CMYK 0 0.53 0.94 0.32
HSL 25.77º 0.88% 0.36% -
HSV(B) 25.77º 0.94% 0.68% -
XYZ 20.46 14.91 2.12 -
YUV 100.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 174 81 11 0 0.53 0.94 0.32 25.77 0.88 0.36
Hex AE 51 B 0 35 5E 20 1A 58 24
Octal 256 121 13 0 65 136 40 32 130 44
Binary 10101110 1010001 1011 0 110101 1011110 100000 11010 1011000 100100

Color Harmonies of #AE510B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE510B

Black with #AE510B

Text Example


Text Example

White with #AE510B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE510B; }

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

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

background-color css

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

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

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

border-color css

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

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

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