Html Css Color HEX #AA320D Rust

📋 copy color: '#AA320D'

red 170 ◦ green 50 ◦ blue 13

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

Shades of Rust #AA320D

Tints of Rust #AA320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 72.96%
G = 21.46%
B = 5.58%

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

#AA320D (or 0xAA320D) is known color: Rust. HEX triplet: AA, 32 and 0D. RGB value is (170,50,13). Sum of RGB (Red+Green+Blue) = 170+50+13=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA320D is #55CDF2. Grayscale: #515151. Windows color (decimal): -5623283 or 864938. OLE color: 864938.

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

Color convert

RGB 170 50 13 -
CMYK 0 0.71 0.92 0.33
HSL 14.14º 0.86% 0.36% -
HSV(B) 14.14º 0.92% 0.67% -
XYZ 17.79 10.86 1.54 -
YUV 81.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 170 50 13 0 0.71 0.92 0.33 14.14 0.86 0.36
Hex AA 32 D 0 47 5C 21 E 56 24
Octal 252 62 15 0 107 134 41 16 126 44
Binary 10101010 110010 1101 0 1000111 1011100 100001 1110 1010110 100100

Color Harmonies of #AA320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA320D

Black with #AA320D

Text Example


Text Example

White with #AA320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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