Html Css Color HEX #AA320C Rust

📋 copy color: '#AA320C'

red 170 ◦ green 50 ◦ blue 12

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

Shades of Rust #AA320C

Tints of Rust #AA320C

RGB

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

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

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

R = 73.28%
G = 21.55%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA320C (or 0xAA320C) is known color: Rust. HEX triplet: AA, 32 and 0C. RGB value is (170,50,12). Sum of RGB (Red+Green+Blue) = 170+50+12=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA320C is #55CDF3. Grayscale: #515151. Windows color (decimal): -5623284 or 799402. OLE color: 799402.

HSL color Cylindrical-coordinate representation of color #AA320C: hue angle of 14.43º 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 #AA320C is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 12 -
CMYK 0 0.71 0.93 0.33
HSL 14.43º 0.87% 0.36% -
HSV(B) 14.43º 0.93% 0.67% -
XYZ 17.78 10.85 1.51 -
YUV 81.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 170 50 12 0 0.71 0.93 0.33 14.43 0.87 0.36
Hex AA 32 C 0 47 5D 21 E 57 24
Octal 252 62 14 0 107 135 41 16 127 44
Binary 10101010 110010 1100 0 1000111 1011101 100001 1110 1010111 100100

Color Harmonies of #AA320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA320C

Black with #AA320C

Text Example


Text Example

White with #AA320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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