Html Css Color HEX #AA4003 Rust

📋 copy color: '#AA4003'

red 170 ◦ green 64 ◦ blue 3

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

Shades of Rust #AA4003

Tints of Rust #AA4003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27%

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

R = 71.73%
G = 27%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA4003 (or 0xAA4003) is known color: Rust. HEX triplet: AA, 40 and 03. RGB value is (170,64,3). Sum of RGB (Red+Green+Blue) = 170+64+3=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4003 is #55BFFC. Grayscale: #595959. Windows color (decimal): -5619709 or 213162. OLE color: 213162.

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

Color convert

RGB 170 64 3 -
CMYK 0 0.62 0.98 0.33
HSL 21.92º 0.97% 0.34% -
HSV(B) 21.92º 0.98% 0.67% -
XYZ 18.43 12.22 1.47 -
YUV 88.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 170 64 3 0 0.62 0.98 0.33 21.92 0.97 0.34
Hex AA 40 3 0 3E 62 21 16 61 22
Octal 252 100 3 0 76 142 41 26 141 42
Binary 10101010 1000000 11 0 111110 1100010 100001 10110 1100001 100010

Color Harmonies of #AA4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4003

Black with #AA4003

Text Example


Text Example

White with #AA4003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4003; }

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

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

background-color css

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

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

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

border-color css

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

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

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