Html Css Color HEX #AE400A Rust

📋 copy color: '#AE400A'

red 174 ◦ green 64 ◦ blue 10

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

Shades of Rust #AE400A

Tints of Rust #AE400A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 70.16%
G = 25.81%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AE400A (or 0xAE400A) is known color: Rust. HEX triplet: AE, 40 and 0A. RGB value is (174,64,10). Sum of RGB (Red+Green+Blue) = 174+64+10=248 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.16% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 174 - color contains mainly: red. Hex color #AE400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE400A is #51BFF5. Grayscale: #5B5B5B. Windows color (decimal): -5357558 or 671918. OLE color: 671918.

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

Color convert

RGB 174 64 10 -
CMYK 0 0.63 0.94 0.32
HSL 19.76º 0.89% 0.36% -
HSV(B) 19.76º 0.94% 0.68% -
XYZ 19.34 12.69 1.72 -
YUV 90.73 82.44 187.39 -
System Red Green Blue C M Y K H S L
Decimal 174 64 10 0 0.63 0.94 0.32 19.76 0.89 0.36
Hex AE 40 A 0 3F 5E 20 14 59 24
Octal 256 100 12 0 77 136 40 24 131 44
Binary 10101110 1000000 1010 0 111111 1011110 100000 10100 1011001 100100

Color Harmonies of #AE400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE400A

Black with #AE400A

Text Example


Text Example

White with #AE400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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