Html Css Color HEX #AE510A Rust

📋 copy color: '#AE510A'

red 174 ◦ green 81 ◦ blue 10

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

Shades of Rust #AE510A

Tints of Rust #AE510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.77%

R = 65.66%
G = 30.57%
B = 3.77%

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

#AE510A (or 0xAE510A) is known color: Rust. HEX triplet: AE, 51 and 0A. RGB value is (174,81,10). Sum of RGB (Red+Green+Blue) = 174+81+10=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE510A is #51AEF5. Grayscale: #656565. Windows color (decimal): -5353206 or 676270. OLE color: 676270.

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

Color convert

RGB 174 81 10 -
CMYK 0 0.53 0.94 0.32
HSL 25.98º 0.89% 0.36% -
HSV(B) 25.98º 0.94% 0.68% -
XYZ 20.45 14.91 2.09 -
YUV 100.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 174 81 10 0 0.53 0.94 0.32 25.98 0.89 0.36
Hex AE 51 A 0 35 5E 20 1A 59 24
Octal 256 121 12 0 65 136 40 32 131 44
Binary 10101110 1010001 1010 0 110101 1011110 100000 11010 1011001 100100

Color Harmonies of #AE510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE510A

Black with #AE510A

Text Example


Text Example

White with #AE510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE510A; }

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

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

background-color css

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

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

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

border-color css

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

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

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