Html Css Color HEX #AE540D Rust

📋 copy color: '#AE540D'

red 174 ◦ green 84 ◦ blue 13

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

Shades of Rust #AE540D

Tints of Rust #AE540D

RGB

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

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

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

R = 64.21%
G = 31%
B = 4.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE540D (or 0xAE540D) is known color: Rust. HEX triplet: AE, 54 and 0D. RGB value is (174,84,13). Sum of RGB (Red+Green+Blue) = 174+84+13=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE540D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AE540D is #51ABF2. Grayscale: #676767. Windows color (decimal): -5352435 or 873646. OLE color: 873646.

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

Color convert

RGB 174 84 13 -
CMYK 0 0.52 0.93 0.32
HSL 26.46º 0.86% 0.37% -
HSV(B) 26.46º 0.93% 0.68% -
XYZ 20.7 15.37 2.26 -
YUV 102.82 77.32 178.77 -
System Red Green Blue C M Y K H S L
Decimal 174 84 13 0 0.52 0.93 0.32 26.46 0.86 0.37
Hex AE 54 D 0 34 5D 20 1A 56 25
Octal 256 124 15 0 64 135 40 32 126 45
Binary 10101110 1010100 1101 0 110100 1011101 100000 11010 1010110 100101

Color Harmonies of #AE540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE540D

Black with #AE540D

Text Example


Text Example

White with #AE540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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