Html Css Color HEX #AA2E09 Rust

📋 copy color: '#AA2E09'

red 170 ◦ green 46 ◦ blue 9

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

Shades of Rust #AA2E09

Tints of Rust #AA2E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4%

R = 75.56%
G = 20.44%
B = 4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA2E09 (or 0xAA2E09) is known color: Rust. HEX triplet: AA, 2E and 09. RGB value is (170,46,9). Sum of RGB (Red+Green+Blue) = 170+46+9=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2E09 is #55D1F6. Grayscale: #4F4F4F. Windows color (decimal): -5624311 or 601770. OLE color: 601770.

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

Color convert

RGB 170 46 9 -
CMYK 0 0.73 0.95 0.33
HSL 13.79º 0.9% 0.35% -
HSV(B) 13.79º 0.95% 0.67% -
XYZ 17.6 10.52 1.36 -
YUV 78.86 88.58 193.01 -
System Red Green Blue C M Y K H S L
Decimal 170 46 9 0 0.73 0.95 0.33 13.79 0.9 0.35
Hex AA 2E 9 0 49 5F 21 E 5A 23
Octal 252 56 11 0 111 137 41 16 132 43
Binary 10101010 101110 1001 0 1001001 1011111 100001 1110 1011010 100011

Color Harmonies of #AA2E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E09

Black with #AA2E09

Text Example


Text Example

White with #AA2E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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