Html Css Color HEX #AE4A0A Rust

📋 copy color: '#AE4A0A'

red 174 ◦ green 74 ◦ blue 10

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

Shades of Rust #AE4A0A

Tints of Rust #AE4A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.68%

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 67.44%
G = 28.68%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE4A0A (or 0xAE4A0A) is known color: Rust. HEX triplet: AE, 4A and 0A. RGB value is (174,74,10). Sum of RGB (Red+Green+Blue) = 174+74+10=258 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.44% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE4A0A is #51B5F5. Grayscale: #606060. Windows color (decimal): -5354998 or 674478. OLE color: 674478.

HSL color Cylindrical-coordinate representation of color #AE4A0A: hue angle of 23.41º degrees, saturation: 0.89, 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 #AE4A0A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 74 10 -
CMYK 0 0.57 0.94 0.32
HSL 23.41º 0.89% 0.36% -
HSV(B) 23.41º 0.94% 0.68% -
XYZ 19.96 13.92 1.92 -
YUV 96.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 174 74 10 0 0.57 0.94 0.32 23.41 0.89 0.36
Hex AE 4A A 0 39 5E 20 17 59 24
Octal 256 112 12 0 71 136 40 27 131 44
Binary 10101110 1001010 1010 0 111001 1011110 100000 10111 1011001 100100

Color Harmonies of #AE4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A0A

Black with #AE4A0A

Text Example


Text Example

White with #AE4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A0A; }

 p { color: rgb(174,74,10); }

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

background-color css

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

 a { background-color: rgb(174,74,10); }

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

border-color css

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

 span { border-color: rgb(174,74,10); }

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