Html Css Color HEX #AA3003 Rust

📋 copy color: '#AA3003'

red 170 ◦ green 48 ◦ blue 3

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

Shades of Rust #AA3003

Tints of Rust #AA3003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 76.92%
G = 21.72%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA3003 (or 0xAA3003) is known color: Rust. HEX triplet: AA, 30 and 03. RGB value is (170,48,3). Sum of RGB (Red+Green+Blue) = 170+48+3=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3003 is #55CFFC. Grayscale: #4F4F4F. Windows color (decimal): -5623805 or 209066. OLE color: 209066.

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

Color convert

RGB 170 48 3 -
CMYK 0 0.72 0.98 0.33
HSL 16.17º 0.97% 0.34% -
HSV(B) 16.17º 0.98% 0.67% -
XYZ 17.65 10.67 1.21 -
YUV 79.35 84.92 192.66 -
System Red Green Blue C M Y K H S L
Decimal 170 48 3 0 0.72 0.98 0.33 16.17 0.97 0.34
Hex AA 30 3 0 48 62 21 10 61 22
Octal 252 60 3 0 110 142 41 20 141 42
Binary 10101010 110000 11 0 1001000 1100010 100001 10000 1100001 100010

Color Harmonies of #AA3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3003

Black with #AA3003

Text Example


Text Example

White with #AA3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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