Html Css Color HEX #AA400A Rust

📋 copy color: '#AA400A'

red 170 ◦ green 64 ◦ blue 10

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

Shades of Rust #AA400A

Tints of Rust #AA400A

RGB

 RED value IS 170 (66.8% from 255) = 69.67%

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

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

R = 69.67%
G = 26.23%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA400A (or 0xAA400A) is known color: Rust. HEX triplet: AA, 40 and 0A. RGB value is (170,64,10). Sum of RGB (Red+Green+Blue) = 170+64+10=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA400A is #55BFF5. Grayscale: #595959. Windows color (decimal): -5619702 or 671914. OLE color: 671914.

HSL color Cylindrical-coordinate representation of color #AA400A: hue angle of 20.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA400A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 10 -
CMYK 0 0.62 0.94 0.33
HSL 20.25º 0.89% 0.35% -
HSV(B) 20.25º 0.94% 0.67% -
XYZ 18.47 12.23 1.68 -
YUV 89.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 170 64 10 0 0.62 0.94 0.33 20.25 0.89 0.35
Hex AA 40 A 0 3E 5E 21 14 59 23
Octal 252 100 12 0 76 136 41 24 131 43
Binary 10101010 1000000 1010 0 111110 1011110 100001 10100 1011001 100011

Color Harmonies of #AA400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA400A

Black with #AA400A

Text Example


Text Example

White with #AA400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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