Html Css Color HEX #AA3412 Rust

📋 copy color: '#AA3412'

red 170 ◦ green 52 ◦ blue 18

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

Shades of Rust #AA3412

Tints of Rust #AA3412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 70.83%
G = 21.67%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA3412 (or 0xAA3412) is known color: Rust. HEX triplet: AA, 34 and 12. RGB value is (170,52,18). Sum of RGB (Red+Green+Blue) = 170+52+18=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3412 is #55CBED. Grayscale: #535353. Windows color (decimal): -5622766 or 1193130. OLE color: 1193130.

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

Color convert

RGB 170 52 18 -
CMYK 0 0.69 0.89 0.33
HSL 13.42º 0.81% 0.37% -
HSV(B) 13.42º 0.89% 0.67% -
XYZ 17.91 11.05 1.76 -
YUV 83.41 91.09 189.76 -
System Red Green Blue C M Y K H S L
Decimal 170 52 18 0 0.69 0.89 0.33 13.42 0.81 0.37
Hex AA 34 12 0 45 59 21 D 51 25
Octal 252 64 22 0 105 131 41 15 121 45
Binary 10101010 110100 10010 0 1000101 1011001 100001 1101 1010001 100101

Color Harmonies of #AA3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3412

Black with #AA3412

Text Example


Text Example

White with #AA3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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