Html Css Color HEX #AE510D Rust

📋 copy color: '#AE510D'

red 174 ◦ green 81 ◦ blue 13

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

Shades of Rust #AE510D

Tints of Rust #AE510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.85%

R = 64.93%
G = 30.22%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE510D (or 0xAE510D) is known color: Rust. HEX triplet: AE, 51 and 0D. RGB value is (174,81,13). Sum of RGB (Red+Green+Blue) = 174+81+13=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE510D is #51AEF2. Grayscale: #656565. Windows color (decimal): -5353203 or 872878. OLE color: 872878.

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

Color convert

RGB 174 81 13 -
CMYK 0 0.53 0.93 0.32
HSL 25.34º 0.86% 0.37% -
HSV(B) 25.34º 0.93% 0.68% -
XYZ 20.47 14.91 2.18 -
YUV 101.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 174 81 13 0 0.53 0.93 0.32 25.34 0.86 0.37
Hex AE 51 D 0 35 5D 20 19 56 25
Octal 256 121 15 0 65 135 40 31 126 45
Binary 10101110 1010001 1101 0 110101 1011101 100000 11001 1010110 100101

Color Harmonies of #AE510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE510D

Black with #AE510D

Text Example


Text Example

White with #AE510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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