Html Css Color HEX #AA2502 Rust

📋 copy color: '#AA2502'

red 170 ◦ green 37 ◦ blue 2

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

Shades of Rust #AA2502

Tints of Rust #AA2502

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.7%

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

R = 81.34%
G = 17.7%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA2502 (or 0xAA2502) is known color: Rust. HEX triplet: AA, 25 and 02. RGB value is (170,37,2). Sum of RGB (Red+Green+Blue) = 170+37+2=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2502 is #55DAFD. Grayscale: #494949. Windows color (decimal): -5626622 or 140714. OLE color: 140714.

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

Color convert

RGB 170 37 2 -
CMYK 0 0.78 0.99 0.33
HSL 12.5º 0.98% 0.34% -
HSV(B) 12.5º 0.99% 0.67% -
XYZ 17.25 9.87 1.05 -
YUV 72.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 170 37 2 0 0.78 0.99 0.33 12.5 0.98 0.34
Hex AA 25 2 0 4E 63 21 C 62 22
Octal 252 45 2 0 116 143 41 14 142 42
Binary 10101010 100101 10 0 1001110 1100011 100001 1100 1100010 100010

Color Harmonies of #AA2502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2502

Black with #AA2502

Text Example


Text Example

White with #AA2502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2502; }

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

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

background-color css

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

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

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

border-color css

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

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

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