Html Css Color HEX #AE510E Rust

📋 copy color: '#AE510E'

red 174 ◦ green 81 ◦ blue 14

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

Shades of Rust #AE510E

Tints of Rust #AE510E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 64.68%
G = 30.11%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE510E (or 0xAE510E) is known color: Rust. HEX triplet: AE, 51 and 0E. RGB value is (174,81,14). Sum of RGB (Red+Green+Blue) = 174+81+14=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE510E is #51AEF1. Grayscale: #656565. Windows color (decimal): -5353202 or 938414. OLE color: 938414.

HSL color Cylindrical-coordinate representation of color #AE510E: hue angle of 25.12º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE510E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 81 14 -
CMYK 0 0.53 0.92 0.32
HSL 25.13º 0.85% 0.37% -
HSV(B) 25.13º 0.92% 0.68% -
XYZ 20.48 14.92 2.22 -
YUV 101.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 174 81 14 0 0.53 0.92 0.32 25.13 0.85 0.37
Hex AE 51 E 0 35 5C 20 19 55 25
Octal 256 121 16 0 65 134 40 31 125 45
Binary 10101110 1010001 1110 0 110101 1011100 100000 11001 1010101 100101

Color Harmonies of #AE510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE510E

Black with #AE510E

Text Example


Text Example

White with #AE510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE510E; }

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

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

background-color css

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

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

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

border-color css

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

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

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