Html Css Color HEX #AE490B Rust

📋 copy color: '#AE490B'

red 174 ◦ green 73 ◦ blue 11

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

Shades of Rust #AE490B

Tints of Rust #AE490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 67.44%
G = 28.29%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE490B (or 0xAE490B) is known color: Rust. HEX triplet: AE, 49 and 0B. RGB value is (174,73,11). Sum of RGB (Red+Green+Blue) = 174+73+11=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE490B is #51B6F4. Grayscale: #606060. Windows color (decimal): -5355253 or 739758. OLE color: 739758.

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

Color convert

RGB 174 73 11 -
CMYK 0 0.58 0.94 0.32
HSL 22.82º 0.88% 0.36% -
HSV(B) 22.82º 0.94% 0.68% -
XYZ 19.9 13.79 1.93 -
YUV 96.13 79.96 183.54 -
System Red Green Blue C M Y K H S L
Decimal 174 73 11 0 0.58 0.94 0.32 22.82 0.88 0.36
Hex AE 49 B 0 3A 5E 20 17 58 24
Octal 256 111 13 0 72 136 40 27 130 44
Binary 10101110 1001001 1011 0 111010 1011110 100000 10111 1011000 100100

Color Harmonies of #AE490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE490B

Black with #AE490B

Text Example


Text Example

White with #AE490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE490B; }

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

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

background-color css

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

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

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

border-color css

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

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

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