Html Css Color HEX #AA340C Rust

📋 copy color: '#AA340C'

red 170 ◦ green 52 ◦ blue 12

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

Shades of Rust #AA340C

Tints of Rust #AA340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 72.65%
G = 22.22%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA340C (or 0xAA340C) is known color: Rust. HEX triplet: AA, 34 and 0C. RGB value is (170,52,12). Sum of RGB (Red+Green+Blue) = 170+52+12=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA340C is #55CBF3. Grayscale: #535353. Windows color (decimal): -5622772 or 799914. OLE color: 799914.

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

Color convert

RGB 170 52 12 -
CMYK 0 0.69 0.93 0.33
HSL 15.19º 0.87% 0.36% -
HSV(B) 15.19º 0.93% 0.67% -
XYZ 17.87 11.03 1.53 -
YUV 82.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 170 52 12 0 0.69 0.93 0.33 15.19 0.87 0.36
Hex AA 34 C 0 45 5D 21 F 57 24
Octal 252 64 14 0 105 135 41 17 127 44
Binary 10101010 110100 1100 0 1000101 1011101 100001 1111 1010111 100100

Color Harmonies of #AA340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA340C

Black with #AA340C

Text Example


Text Example

White with #AA340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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