Html Css Color HEX #AA3203 Rust

📋 copy color: '#AA3203'

red 170 ◦ green 50 ◦ blue 3

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

Shades of Rust #AA3203

Tints of Rust #AA3203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.35%

R = 76.23%
G = 22.42%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA3203 (or 0xAA3203) is known color: Rust. HEX triplet: AA, 32 and 03. RGB value is (170,50,3). Sum of RGB (Red+Green+Blue) = 170+50+3=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3203 is #55CDFC. Grayscale: #505050. Windows color (decimal): -5623293 or 209578. OLE color: 209578.

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

Color convert

RGB 170 50 3 -
CMYK 0 0.71 0.98 0.33
HSL 16.89º 0.97% 0.34% -
HSV(B) 16.89º 0.98% 0.67% -
XYZ 17.73 10.83 1.24 -
YUV 80.52 84.26 191.82 -
System Red Green Blue C M Y K H S L
Decimal 170 50 3 0 0.71 0.98 0.33 16.89 0.97 0.34
Hex AA 32 3 0 47 62 21 11 61 22
Octal 252 62 3 0 107 142 41 21 141 42
Binary 10101010 110010 11 0 1000111 1100010 100001 10001 1100001 100010

Color Harmonies of #AA3203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3203

Black with #AA3203

Text Example


Text Example

White with #AA3203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3203; }

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

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

background-color css

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

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

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

border-color css

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

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

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