Html Css Color HEX #AA4002 Rust

📋 copy color: '#AA4002'

red 170 ◦ green 64 ◦ blue 2

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

Shades of Rust #AA4002

Tints of Rust #AA4002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 72.03%
G = 27.12%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA4002 (or 0xAA4002) is known color: Rust. HEX triplet: AA, 40 and 02. RGB value is (170,64,2). Sum of RGB (Red+Green+Blue) = 170+64+2=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4002 is #55BFFD. Grayscale: #585858. Windows color (decimal): -5619710 or 147626. OLE color: 147626.

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

Color convert

RGB 170 64 2 -
CMYK 0 0.62 0.99 0.33
HSL 22.14º 0.98% 0.34% -
HSV(B) 22.14º 0.99% 0.67% -
XYZ 18.42 12.22 1.44 -
YUV 88.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 170 64 2 0 0.62 0.99 0.33 22.14 0.98 0.34
Hex AA 40 2 0 3E 63 21 16 62 22
Octal 252 100 2 0 76 143 41 26 142 42
Binary 10101010 1000000 10 0 111110 1100011 100001 10110 1100010 100010

Color Harmonies of #AA4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4002

Black with #AA4002

Text Example


Text Example

White with #AA4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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