Html Css Color HEX #AA3B19 Rust

📋 copy color: '#AA3B19'

red 170 ◦ green 59 ◦ blue 25

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

Shades of Rust #AA3B19

Tints of Rust #AA3B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 66.93%
G = 23.23%
B = 9.84%

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

#AA3B19 (or 0xAA3B19) is known color: Rust. HEX triplet: AA, 3B and 19. RGB value is (170,59,25). Sum of RGB (Red+Green+Blue) = 170+59+25=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3B19 is #55C4E6. Grayscale: #585858. Windows color (decimal): -5620967 or 1653674. OLE color: 1653674.

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

Color convert

RGB 170 59 25 -
CMYK 0 0.65 0.85 0.33
HSL 14.07º 0.74% 0.38% -
HSV(B) 14.07º 0.85% 0.67% -
XYZ 18.32 11.74 2.22 -
YUV 88.31 92.27 186.26 -
System Red Green Blue C M Y K H S L
Decimal 170 59 25 0 0.65 0.85 0.33 14.07 0.74 0.38
Hex AA 3B 19 0 41 55 21 E 4A 26
Octal 252 73 31 0 101 125 41 16 112 46
Binary 10101010 111011 11001 0 1000001 1010101 100001 1110 1001010 100110

Color Harmonies of #AA3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3B19

Black with #AA3B19

Text Example


Text Example

White with #AA3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3B19; }

 p { color: rgb(170,59,25); }

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

background-color css

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

 a { background-color: rgb(170,59,25); }

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

border-color css

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

 span { border-color: rgb(170,59,25); }

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