Html Css Color HEX #AA3000 Rust

📋 copy color: '#AA3000'

red 170 ◦ green 48 ◦ blue 0

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

Shades of Rust #AA3000

Tints of Rust #AA3000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.98%
G = 22.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3000 (or 0xAA3000) is known color: Rust. HEX triplet: AA, 30 and 00. RGB value is (170,48,0). Sum of RGB (Red+Green+Blue) = 170+48+0=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 0 (0.39% from 255 or 0% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3000 is #55CFFF. Grayscale: #4F4F4F. Windows color (decimal): -5623808 or 12458. OLE color: 12458.

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

Color convert

RGB 170 48 0 -
CMYK 0 0.72 1 0.33
HSL 16.94º 1% 0.33% -
HSV(B) 16.94º 1% 0.67% -
XYZ 17.63 10.66 1.13 -
YUV 79.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 170 48 0 0 0.72 1 0.33 16.94 1 0.33
Hex AA 30 0 0 48 64 21 11 64 21
Octal 252 60 0 0 110 144 41 21 144 41
Binary 10101010 110000 0 0 1001000 1100100 100001 10001 1100100 100001

Color Harmonies of #AA3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3000

Black with #AA3000

Text Example


Text Example

White with #AA3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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