Html Css Color HEX #AA320E Rust

📋 copy color: '#AA320E'

red 170 ◦ green 50 ◦ blue 14

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

Shades of Rust #AA320E

Tints of Rust #AA320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.37%

 BLUE value IS 14 (5.86% from 255) = 5.98%

R = 72.65%
G = 21.37%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA320E (or 0xAA320E) is known color: Rust. HEX triplet: AA, 32 and 0E. RGB value is (170,50,14). Sum of RGB (Red+Green+Blue) = 170+50+14=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA320E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA320E is #55CDF1. Grayscale: #525252. Windows color (decimal): -5623282 or 930474. OLE color: 930474.

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

Color convert

RGB 170 50 14 -
CMYK 0 0.71 0.92 0.33
HSL 13.85º 0.85% 0.36% -
HSV(B) 13.85º 0.92% 0.67% -
XYZ 17.8 10.86 1.57 -
YUV 81.78 89.76 190.93 -
System Red Green Blue C M Y K H S L
Decimal 170 50 14 0 0.71 0.92 0.33 13.85 0.85 0.36
Hex AA 32 E 0 47 5C 21 E 55 24
Octal 252 62 16 0 107 134 41 16 125 44
Binary 10101010 110010 1110 0 1000111 1011100 100001 1110 1010101 100100

Color Harmonies of #AA320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA320E

Black with #AA320E

Text Example


Text Example

White with #AA320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA320E; }

 p { color: rgb(170,50,14); }

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

background-color css

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

 a { background-color: rgb(170,50,14); }

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

border-color css

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

 span { border-color: rgb(170,50,14); }

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