Html Css Color HEX #AA3C04 Rust

📋 copy color: '#AA3C04'

red 170 ◦ green 60 ◦ blue 4

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

Shades of Rust #AA3C04

Tints of Rust #AA3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.64%

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

R = 72.65%
G = 25.64%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA3C04 (or 0xAA3C04) is known color: Rust. HEX triplet: AA, 3C and 04. RGB value is (170,60,4). Sum of RGB (Red+Green+Blue) = 170+60+4=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C04 is #55C3FB. Grayscale: #565656. Windows color (decimal): -5620732 or 277674. OLE color: 277674.

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

Color convert

RGB 170 60 4 -
CMYK 0 0.65 0.98 0.33
HSL 20.24º 0.95% 0.34% -
HSV(B) 20.24º 0.98% 0.67% -
XYZ 18.22 11.79 1.43 -
YUV 86.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 170 60 4 0 0.65 0.98 0.33 20.24 0.95 0.34
Hex AA 3C 4 0 41 62 21 14 5F 22
Octal 252 74 4 0 101 142 41 24 137 42
Binary 10101010 111100 100 0 1000001 1100010 100001 10100 1011111 100010

Color Harmonies of #AA3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C04

Black with #AA3C04

Text Example


Text Example

White with #AA3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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