Html Css Color HEX #AE2A0A Rust

📋 copy color: '#AE2A0A'

red 174 ◦ green 42 ◦ blue 10

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

Shades of Rust #AE2A0A

Tints of Rust #AE2A0A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.58%

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

R = 76.99%
G = 18.58%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE2A0A (or 0xAE2A0A) is known color: Rust. HEX triplet: AE, 2A and 0A. RGB value is (174,42,10). Sum of RGB (Red+Green+Blue) = 174+42+10=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 10 (4.30% from 255 or 4.42% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2A0A is #51D5F5. Grayscale: #4E4E4E. Windows color (decimal): -5363190 or 666286. OLE color: 666286.

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

Color convert

RGB 174 42 10 -
CMYK 0 0.76 0.94 0.32
HSL 11.71º 0.89% 0.36% -
HSV(B) 11.71º 0.94% 0.68% -
XYZ 18.34 10.68 1.38 -
YUV 77.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 174 42 10 0 0.76 0.94 0.32 11.71 0.89 0.36
Hex AE 2A A 0 4C 5E 20 C 59 24
Octal 256 52 12 0 114 136 40 14 131 44
Binary 10101110 101010 1010 0 1001100 1011110 100000 1100 1011001 100100

Color Harmonies of #AE2A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2A0A

Black with #AE2A0A

Text Example


Text Example

White with #AE2A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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