Html Css Color HEX #AE490F Rust

📋 copy color: '#AE490F'

red 174 ◦ green 73 ◦ blue 15

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

Shades of Rust #AE490F

Tints of Rust #AE490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 66.41%
G = 27.86%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AE490F (or 0xAE490F) is known color: Rust. HEX triplet: AE, 49 and 0F. RGB value is (174,73,15). Sum of RGB (Red+Green+Blue) = 174+73+15=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE490F is #51B6F0. Grayscale: #606060. Windows color (decimal): -5355249 or 1001902. OLE color: 1001902.

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

Color convert

RGB 174 73 15 -
CMYK 0 0.58 0.91 0.32
HSL 21.89º 0.84% 0.37% -
HSV(B) 21.89º 0.91% 0.68% -
XYZ 19.92 13.8 2.07 -
YUV 96.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 174 73 15 0 0.58 0.91 0.32 21.89 0.84 0.37
Hex AE 49 F 0 3A 5B 20 16 54 25
Octal 256 111 17 0 72 133 40 26 124 45
Binary 10101110 1001001 1111 0 111010 1011011 100000 10110 1010100 100101

Color Harmonies of #AE490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE490F

Black with #AE490F

Text Example


Text Example

White with #AE490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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