Html Css Color HEX #AA3001 Rust

📋 copy color: '#AA3001'

red 170 ◦ green 48 ◦ blue 1

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

Shades of Rust #AA3001

Tints of Rust #AA3001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 77.63%
G = 21.92%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA3001 (or 0xAA3001) is known color: Rust. HEX triplet: AA, 30 and 01. RGB value is (170,48,1). Sum of RGB (Red+Green+Blue) = 170+48+1=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3001 is #55CFFE. Grayscale: #4F4F4F. Windows color (decimal): -5623807 or 77994. OLE color: 77994.

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

Color convert

RGB 170 48 1 -
CMYK 0 0.72 0.99 0.33
HSL 16.69º 0.99% 0.34% -
HSV(B) 16.69º 0.99% 0.67% -
XYZ 17.64 10.66 1.16 -
YUV 79.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 170 48 1 0 0.72 0.99 0.33 16.69 0.99 0.34
Hex AA 30 1 0 48 63 21 11 63 22
Octal 252 60 1 0 110 143 41 21 143 42
Binary 10101010 110000 1 0 1001000 1100011 100001 10001 1100011 100010

Color Harmonies of #AA3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3001

Black with #AA3001

Text Example


Text Example

White with #AA3001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3001; }

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

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

background-color css

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

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

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

border-color css

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

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

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