Html Css Color HEX #AA2E10 Rust

📋 copy color: '#AA2E10'

red 170 ◦ green 46 ◦ blue 16

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

Shades of Rust #AA2E10

Tints of Rust #AA2E10

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 73.28%
G = 19.83%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA2E10 (or 0xAA2E10) is known color: Rust. HEX triplet: AA, 2E and 10. RGB value is (170,46,16). Sum of RGB (Red+Green+Blue) = 170+46+16=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E10 is #55D1EF. Grayscale: #4F4F4F. Windows color (decimal): -5624304 or 1060522. OLE color: 1060522.

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

Color convert

RGB 170 46 16 -
CMYK 0 0.73 0.91 0.33
HSL 11.69º 0.83% 0.36% -
HSV(B) 11.69º 0.91% 0.67% -
XYZ 17.65 10.54 1.59 -
YUV 79.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 170 46 16 0 0.73 0.91 0.33 11.69 0.83 0.36
Hex AA 2E 10 0 49 5B 21 C 53 24
Octal 252 56 20 0 111 133 41 14 123 44
Binary 10101010 101110 10000 0 1001001 1011011 100001 1100 1010011 100100

Color Harmonies of #AA2E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E10

Black with #AA2E10

Text Example


Text Example

White with #AA2E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E10; }

 p { color: rgb(170,46,16); }

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

background-color css

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

 a { background-color: rgb(170,46,16); }

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

border-color css

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

 span { border-color: rgb(170,46,16); }

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