Html Css Color HEX #AA3C1A Rust

📋 copy color: '#AA3C1A'

red 170 ◦ green 60 ◦ blue 26

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

Shades of Rust #AA3C1A

Tints of Rust #AA3C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 66.41%
G = 23.44%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA3C1A (or 0xAA3C1A) is known color: Rust. HEX triplet: AA, 3C and 1A. RGB value is (170,60,26). Sum of RGB (Red+Green+Blue) = 170+60+26=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3C1A is #55C3E5. Grayscale: #595959. Windows color (decimal): -5620710 or 1719466. OLE color: 1719466.

HSL color Cylindrical-coordinate representation of color #AA3C1A: hue angle of 14.17º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA3C1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 60 26 -
CMYK 0 0.65 0.85 0.33
HSL 14.17º 0.73% 0.38% -
HSV(B) 14.17º 0.85% 0.67% -
XYZ 18.38 11.85 2.3 -
YUV 89.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 170 60 26 0 0.65 0.85 0.33 14.17 0.73 0.38
Hex AA 3C 1A 0 41 55 21 E 49 26
Octal 252 74 32 0 101 125 41 16 111 46
Binary 10101010 111100 11010 0 1000001 1010101 100001 1110 1001001 100110

Color Harmonies of #AA3C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C1A

Black with #AA3C1A

Text Example


Text Example

White with #AA3C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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