Html Css Color HEX #AE3A0A Rust

📋 copy color: '#AE3A0A'

red 174 ◦ green 58 ◦ blue 10

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

Shades of Rust #AE3A0A

Tints of Rust #AE3A0A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

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

R = 71.9%
G = 23.97%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE3A0A (or 0xAE3A0A) is known color: Rust. HEX triplet: AE, 3A and 0A. RGB value is (174,58,10). Sum of RGB (Red+Green+Blue) = 174+58+10=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE3A0A is #51C5F5. Grayscale: #575757. Windows color (decimal): -5359094 or 670382. OLE color: 670382.

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

Color convert

RGB 174 58 10 -
CMYK 0 0.67 0.94 0.32
HSL 17.56º 0.89% 0.36% -
HSV(B) 17.56º 0.94% 0.68% -
XYZ 19.02 12.05 1.61 -
YUV 87.21 84.43 189.9 -
System Red Green Blue C M Y K H S L
Decimal 174 58 10 0 0.67 0.94 0.32 17.56 0.89 0.36
Hex AE 3A A 0 43 5E 20 12 59 24
Octal 256 72 12 0 103 136 40 22 131 44
Binary 10101110 111010 1010 0 1000011 1011110 100000 10010 1011001 100100

Color Harmonies of #AE3A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3A0A

Black with #AE3A0A

Text Example


Text Example

White with #AE3A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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