Html Css Color HEX #AA2A02 Rust

📋 copy color: '#AA2A02'

red 170 ◦ green 42 ◦ blue 2

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

Shades of Rust #AA2A02

Tints of Rust #AA2A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.63%

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

R = 79.44%
G = 19.63%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA2A02 (or 0xAA2A02) is known color: Rust. HEX triplet: AA, 2A and 02. RGB value is (170,42,2). Sum of RGB (Red+Green+Blue) = 170+42+2=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 42 (16.80% from 255 or 19.63% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A02 is #55D5FD. Grayscale: #4C4C4C. Windows color (decimal): -5625342 or 141994. OLE color: 141994.

HSL color Cylindrical-coordinate representation of color #AA2A02: hue angle of 14.29º 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 #AA2A02 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 42 2 -
CMYK 0 0.75 0.99 0.33
HSL 14.29º 0.98% 0.34% -
HSV(B) 14.29º 0.99% 0.67% -
XYZ 17.42 10.21 1.11 -
YUV 75.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 170 42 2 0 0.75 0.99 0.33 14.29 0.98 0.34
Hex AA 2A 2 0 4B 63 21 E 62 22
Octal 252 52 2 0 113 143 41 16 142 42
Binary 10101010 101010 10 0 1001011 1100011 100001 1110 1100010 100010

Color Harmonies of #AA2A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A02

Black with #AA2A02

Text Example


Text Example

White with #AA2A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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