Html Css Color HEX #AA340D Rust

📋 copy color: '#AA340D'

red 170 ◦ green 52 ◦ blue 13

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

Shades of Rust #AA340D

Tints of Rust #AA340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 72.34%
G = 22.13%
B = 5.53%

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

#AA340D (or 0xAA340D) is known color: Rust. HEX triplet: AA, 34 and 0D. RGB value is (170,52,13). Sum of RGB (Red+Green+Blue) = 170+52+13=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA340D is #55CBF2. Grayscale: #535353. Windows color (decimal): -5622771 or 865450. OLE color: 865450.

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

Color convert

RGB 170 52 13 -
CMYK 0 0.69 0.92 0.33
HSL 14.9º 0.86% 0.36% -
HSV(B) 14.9º 0.92% 0.67% -
XYZ 17.88 11.03 1.57 -
YUV 82.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 170 52 13 0 0.69 0.92 0.33 14.9 0.86 0.36
Hex AA 34 D 0 45 5C 21 F 56 24
Octal 252 64 15 0 105 134 41 17 126 44
Binary 10101010 110100 1101 0 1000101 1011100 100001 1111 1010110 100100

Color Harmonies of #AA340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA340D

Black with #AA340D

Text Example


Text Example

White with #AA340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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