Html Css Color HEX #AA3312 Rust

📋 copy color: '#AA3312'

red 170 ◦ green 51 ◦ blue 18

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

Shades of Rust #AA3312

Tints of Rust #AA3312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

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

R = 71.13%
G = 21.34%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA3312 (or 0xAA3312) is known color: Rust. HEX triplet: AA, 33 and 12. RGB value is (170,51,18). Sum of RGB (Red+Green+Blue) = 170+51+18=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3312 is #55CCED. Grayscale: #535353. Windows color (decimal): -5623022 or 1192874. OLE color: 1192874.

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

Color convert

RGB 170 51 18 -
CMYK 0 0.7 0.89 0.33
HSL 13.03º 0.81% 0.37% -
HSV(B) 13.03º 0.89% 0.67% -
XYZ 17.87 10.96 1.75 -
YUV 82.82 91.42 190.18 -
System Red Green Blue C M Y K H S L
Decimal 170 51 18 0 0.7 0.89 0.33 13.03 0.81 0.37
Hex AA 33 12 0 46 59 21 D 51 25
Octal 252 63 22 0 106 131 41 15 121 45
Binary 10101010 110011 10010 0 1000110 1011001 100001 1101 1010001 100101

Color Harmonies of #AA3312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3312

Black with #AA3312

Text Example


Text Example

White with #AA3312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3312; }

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

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

background-color css

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

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

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

border-color css

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

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

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