Html Css Color HEX #AA280A Rust

📋 copy color: '#AA280A'

red 170 ◦ green 40 ◦ blue 10

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

Shades of Rust #AA280A

Tints of Rust #AA280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.18%

 BLUE value IS 10 (4.3% from 255) = 4.55%

R = 77.27%
G = 18.18%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA280A (or 0xAA280A) is known color: Rust. HEX triplet: AA, 28 and 0A. RGB value is (170,40,10). Sum of RGB (Red+Green+Blue) = 170+40+10=220 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.27% from 220); Green value is 40 (16.02% from 255 or 18.18% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 170 - color contains mainly: red. Hex color #AA280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA280A is #55D7F5. Grayscale: #4B4B4B. Windows color (decimal): -5625846 or 665770. OLE color: 665770.

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

Color convert

RGB 170 40 10 -
CMYK 0 0.76 0.94 0.33
HSL 11.25º 0.89% 0.35% -
HSV(B) 11.25º 0.94% 0.67% -
XYZ 17.39 10.09 1.32 -
YUV 75.45 91.07 195.44 -
System Red Green Blue C M Y K H S L
Decimal 170 40 10 0 0.76 0.94 0.33 11.25 0.89 0.35
Hex AA 28 A 0 4C 5E 21 B 59 23
Octal 252 50 12 0 114 136 41 13 131 43
Binary 10101010 101000 1010 0 1001100 1011110 100001 1011 1011001 100011

Color Harmonies of #AA280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA280A

Black with #AA280A

Text Example


Text Example

White with #AA280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA280A; }

 p { color: rgb(170,40,10); }

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

background-color css

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

 a { background-color: rgb(170,40,10); }

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

border-color css

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

 span { border-color: rgb(170,40,10); }

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