Html Css Color HEX #AA2500 Rust

📋 copy color: '#AA2500'

red 170 ◦ green 37 ◦ blue 0

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

Shades of Rust #AA2500

Tints of Rust #AA2500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.13%
G = 17.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA2500 (or 0xAA2500) is known color: Rust. HEX triplet: AA, 25 and 00. RGB value is (170,37,0). Sum of RGB (Red+Green+Blue) = 170+37+0=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2500 is #55DAFF. Grayscale: #484848. Windows color (decimal): -5626624 or 9642. OLE color: 9642.

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

Color convert

RGB 170 37 0 -
CMYK 0 0.78 1 0.33
HSL 13.06º 1% 0.33% -
HSV(B) 13.06º 1% 0.67% -
XYZ 17.24 9.87 1 -
YUV 72.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 170 37 0 0 0.78 1 0.33 13.06 1 0.33
Hex AA 25 0 0 4E 64 21 D 64 21
Octal 252 45 0 0 116 144 41 15 144 41
Binary 10101010 100101 0 0 1001110 1100100 100001 1101 1100100 100001

Color Harmonies of #AA2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2500

Black with #AA2500

Text Example


Text Example

White with #AA2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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