Html Css Color HEX #AA340E Rust

📋 copy color: '#AA340E'

red 170 ◦ green 52 ◦ blue 14

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

Shades of Rust #AA340E

Tints of Rust #AA340E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.93%

R = 72.03%
G = 22.03%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA340E (or 0xAA340E) is known color: Rust. HEX triplet: AA, 34 and 0E. RGB value is (170,52,14). Sum of RGB (Red+Green+Blue) = 170+52+14=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA340E is #55CBF1. Grayscale: #535353. Windows color (decimal): -5622770 or 930986. OLE color: 930986.

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

Color convert

RGB 170 52 14 -
CMYK 0 0.69 0.92 0.33
HSL 14.62º 0.85% 0.36% -
HSV(B) 14.62º 0.92% 0.67% -
XYZ 17.88 11.03 1.6 -
YUV 82.95 89.09 190.09 -
System Red Green Blue C M Y K H S L
Decimal 170 52 14 0 0.69 0.92 0.33 14.62 0.85 0.36
Hex AA 34 E 0 45 5C 21 F 55 24
Octal 252 64 16 0 105 134 41 17 125 44
Binary 10101010 110100 1110 0 1000101 1011100 100001 1111 1010101 100100

Color Harmonies of #AA340E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA340E

Black with #AA340E

Text Example


Text Example

White with #AA340E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA340E; }

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

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

background-color css

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

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

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

border-color css

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

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

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