Html Css Color HEX #AA3404 Rust

📋 copy color: '#AA3404'

red 170 ◦ green 52 ◦ blue 4

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

Shades of Rust #AA3404

Tints of Rust #AA3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

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

R = 75.22%
G = 23.01%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA3404 (or 0xAA3404) is known color: Rust. HEX triplet: AA, 34 and 04. RGB value is (170,52,4). Sum of RGB (Red+Green+Blue) = 170+52+4=226 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.22% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3404 is #55CBFB. Grayscale: #525252. Windows color (decimal): -5622780 or 275626. OLE color: 275626.

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

Color convert

RGB 170 52 4 -
CMYK 0 0.69 0.98 0.33
HSL 17.35º 0.95% 0.34% -
HSV(B) 17.35º 0.98% 0.67% -
XYZ 17.83 11.01 1.3 -
YUV 81.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 170 52 4 0 0.69 0.98 0.33 17.35 0.95 0.34
Hex AA 34 4 0 45 62 21 11 5F 22
Octal 252 64 4 0 105 142 41 21 137 42
Binary 10101010 110100 100 0 1000101 1100010 100001 10001 1011111 100010

Color Harmonies of #AA3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3404

Black with #AA3404

Text Example


Text Example

White with #AA3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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