Html Css Color HEX #AA411A Rust

📋 copy color: '#AA411A'

red 170 ◦ green 65 ◦ blue 26

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

Shades of Rust #AA411A

Tints of Rust #AA411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 65.13%
G = 24.9%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA411A (or 0xAA411A) is known color: Rust. HEX triplet: AA, 41 and 1A. RGB value is (170,65,26). Sum of RGB (Red+Green+Blue) = 170+65+26=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA411A is #55BEE5. Grayscale: #5C5C5C. Windows color (decimal): -5619430 or 1720746. OLE color: 1720746.

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

Color convert

RGB 170 65 26 -
CMYK 0 0.62 0.85 0.33
HSL 16.25º 0.73% 0.38% -
HSV(B) 16.25º 0.85% 0.67% -
XYZ 18.65 12.4 2.39 -
YUV 91.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 170 65 26 0 0.62 0.85 0.33 16.25 0.73 0.38
Hex AA 41 1A 0 3E 55 21 10 49 26
Octal 252 101 32 0 76 125 41 20 111 46
Binary 10101010 1000001 11010 0 111110 1010101 100001 10000 1001001 100110

Color Harmonies of #AA411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA411A

Black with #AA411A

Text Example


Text Example

White with #AA411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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