Html Css Color HEX #AE480D Rust

📋 copy color: '#AE480D'

red 174 ◦ green 72 ◦ blue 13

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

Shades of Rust #AE480D

Tints of Rust #AE480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.8%

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

R = 67.18%
G = 27.8%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE480D (or 0xAE480D) is known color: Rust. HEX triplet: AE, 48 and 0D. RGB value is (174,72,13). Sum of RGB (Red+Green+Blue) = 174+72+13=259 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.18% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 174 - color contains mainly: red. Hex color #AE480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE480D is #51B7F2. Grayscale: #606060. Windows color (decimal): -5355507 or 870574. OLE color: 870574.

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

Color convert

RGB 174 72 13 -
CMYK 0 0.59 0.93 0.32
HSL 21.99º 0.86% 0.37% -
HSV(B) 21.99º 0.93% 0.68% -
XYZ 19.85 13.66 1.97 -
YUV 95.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 174 72 13 0 0.59 0.93 0.32 21.99 0.86 0.37
Hex AE 48 D 0 3B 5D 20 16 56 25
Octal 256 110 15 0 73 135 40 26 126 45
Binary 10101110 1001000 1101 0 111011 1011101 100000 10110 1010110 100101

Color Harmonies of #AE480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE480D

Black with #AE480D

Text Example


Text Example

White with #AE480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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