Html Css Color HEX #AA3304 Rust

📋 copy color: '#AA3304'

red 170 ◦ green 51 ◦ blue 4

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

Shades of Rust #AA3304

Tints of Rust #AA3304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 4 (1.95% from 255) = 1.78%

R = 75.56%
G = 22.67%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA3304 (or 0xAA3304) is known color: Rust. HEX triplet: AA, 33 and 04. RGB value is (170,51,4). Sum of RGB (Red+Green+Blue) = 170+51+4=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3304 is #55CCFB. Grayscale: #515151. Windows color (decimal): -5623036 or 275370. OLE color: 275370.

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

Color convert

RGB 170 51 4 -
CMYK 0 0.7 0.98 0.33
HSL 16.99º 0.95% 0.34% -
HSV(B) 16.99º 0.98% 0.67% -
XYZ 17.78 10.92 1.29 -
YUV 81.22 84.42 191.32 -
System Red Green Blue C M Y K H S L
Decimal 170 51 4 0 0.7 0.98 0.33 16.99 0.95 0.34
Hex AA 33 4 0 46 62 21 11 5F 22
Octal 252 63 4 0 106 142 41 21 137 42
Binary 10101010 110011 100 0 1000110 1100010 100001 10001 1011111 100010

Color Harmonies of #AA3304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3304

Black with #AA3304

Text Example


Text Example

White with #AA3304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3304; }

 p { color: rgb(170,51,4); }

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

background-color css

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

 a { background-color: rgb(170,51,4); }

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

border-color css

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

 span { border-color: rgb(170,51,4); }

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