Html Css Color HEX #AE490D Rust

📋 copy color: '#AE490D'

red 174 ◦ green 73 ◦ blue 13

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

Shades of Rust #AE490D

Tints of Rust #AE490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.08%

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

R = 66.92%
G = 28.08%
B = 5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE490D (or 0xAE490D) is known color: Rust. HEX triplet: AE, 49 and 0D. RGB value is (174,73,13). Sum of RGB (Red+Green+Blue) = 174+73+13=260 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.92% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 174 - color contains mainly: red. Hex color #AE490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE490D is #51B6F2. Grayscale: #606060. Windows color (decimal): -5355251 or 870830. OLE color: 870830.

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

Color convert

RGB 174 73 13 -
CMYK 0 0.58 0.93 0.32
HSL 22.36º 0.86% 0.37% -
HSV(B) 22.36º 0.93% 0.68% -
XYZ 19.91 13.79 1.99 -
YUV 96.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 174 73 13 0 0.58 0.93 0.32 22.36 0.86 0.37
Hex AE 49 D 0 3A 5D 20 16 56 25
Octal 256 111 15 0 72 135 40 26 126 45
Binary 10101110 1001001 1101 0 111010 1011101 100000 10110 1010110 100101

Color Harmonies of #AE490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE490D

Black with #AE490D

Text Example


Text Example

White with #AE490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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