Html Css Color HEX #AA2A0C Rust

📋 copy color: '#AA2A0C'

red 170 ◦ green 42 ◦ blue 12

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

Shades of Rust #AA2A0C

Tints of Rust #AA2A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

 BLUE value IS 12 (5.08% from 255) = 5.36%

R = 75.89%
G = 18.75%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA2A0C (or 0xAA2A0C) is known color: Rust. HEX triplet: AA, 2A and 0C. RGB value is (170,42,12). Sum of RGB (Red+Green+Blue) = 170+42+12=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2A0C is #55D5F3. Grayscale: #4D4D4D. Windows color (decimal): -5625332 or 797354. OLE color: 797354.

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

Color convert

RGB 170 42 12 -
CMYK 0 0.75 0.93 0.33
HSL 11.39º 0.87% 0.36% -
HSV(B) 11.39º 0.93% 0.67% -
XYZ 17.47 10.23 1.4 -
YUV 76.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 170 42 12 0 0.75 0.93 0.33 11.39 0.87 0.36
Hex AA 2A C 0 4B 5D 21 B 57 24
Octal 252 52 14 0 113 135 41 13 127 44
Binary 10101010 101010 1100 0 1001011 1011101 100001 1011 1010111 100100

Color Harmonies of #AA2A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A0C

Black with #AA2A0C

Text Example


Text Example

White with #AA2A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A0C; }

 p { color: rgb(170,42,12); }

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

background-color css

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

 a { background-color: rgb(170,42,12); }

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

border-color css

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

 span { border-color: rgb(170,42,12); }

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