Html Css Color HEX #AA341A Rust

📋 copy color: '#AA341A'

red 170 ◦ green 52 ◦ blue 26

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

Shades of Rust #AA341A

Tints of Rust #AA341A

RGB

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

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

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

R = 68.55%
G = 20.97%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA341A (or 0xAA341A) is known color: Rust. HEX triplet: AA, 34 and 1A. RGB value is (170,52,26). Sum of RGB (Red+Green+Blue) = 170+52+26=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA341A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA341A is #55CBE5. Grayscale: #545454. Windows color (decimal): -5622758 or 1717418. OLE color: 1717418.

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

Color convert

RGB 170 52 26 -
CMYK 0 0.69 0.85 0.33
HSL 10.83º 0.73% 0.38% -
HSV(B) 10.83º 0.85% 0.67% -
XYZ 17.99 11.08 2.17 -
YUV 84.32 95.09 189.11 -
System Red Green Blue C M Y K H S L
Decimal 170 52 26 0 0.69 0.85 0.33 10.83 0.73 0.38
Hex AA 34 1A 0 45 55 21 B 49 26
Octal 252 64 32 0 105 125 41 13 111 46
Binary 10101010 110100 11010 0 1000101 1010101 100001 1011 1001001 100110

Color Harmonies of #AA341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA341A

Black with #AA341A

Text Example


Text Example

White with #AA341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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