Html Css Color HEX #AA400B Rust

📋 copy color: '#AA400B'

red 170 ◦ green 64 ◦ blue 11

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

Shades of Rust #AA400B

Tints of Rust #AA400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.49%

R = 69.39%
G = 26.12%
B = 4.49%

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

#AA400B (or 0xAA400B) is known color: Rust. HEX triplet: AA, 40 and 0B. RGB value is (170,64,11). Sum of RGB (Red+Green+Blue) = 170+64+11=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA400B is #55BFF4. Grayscale: #595959. Windows color (decimal): -5619701 or 737450. OLE color: 737450.

HSL color Cylindrical-coordinate representation of color #AA400B: hue angle of 20º degrees, saturation: 0.88, 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 #AA400B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 11 -
CMYK 0 0.62 0.94 0.33
HSL 20º 0.88% 0.35% -
HSV(B) 20º 0.94% 0.67% -
XYZ 18.47 12.24 1.71 -
YUV 89.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 170 64 11 0 0.62 0.94 0.33 20 0.88 0.35
Hex AA 40 B 0 3E 5E 21 14 58 23
Octal 252 100 13 0 76 136 41 24 130 43
Binary 10101010 1000000 1011 0 111110 1011110 100001 10100 1011000 100011

Color Harmonies of #AA400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA400B

Black with #AA400B

Text Example


Text Example

White with #AA400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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