Html Css Color HEX #AA3413 Rust

📋 copy color: '#AA3413'

red 170 ◦ green 52 ◦ blue 19

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

Shades of Rust #AA3413

Tints of Rust #AA3413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.88%

R = 70.54%
G = 21.58%
B = 7.88%

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

#AA3413 (or 0xAA3413) is known color: Rust. HEX triplet: AA, 34 and 13. RGB value is (170,52,19). Sum of RGB (Red+Green+Blue) = 170+52+19=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3413 is #55CBEC. Grayscale: #535353. Windows color (decimal): -5622765 or 1258666. OLE color: 1258666.

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

Color convert

RGB 170 52 19 -
CMYK 0 0.69 0.89 0.33
HSL 13.11º 0.8% 0.37% -
HSV(B) 13.11º 0.89% 0.67% -
XYZ 17.92 11.05 1.8 -
YUV 83.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 170 52 19 0 0.69 0.89 0.33 13.11 0.8 0.37
Hex AA 34 13 0 45 59 21 D 50 25
Octal 252 64 23 0 105 131 41 15 120 45
Binary 10101010 110100 10011 0 1000101 1011001 100001 1101 1010000 100101

Color Harmonies of #AA3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3413

Black with #AA3413

Text Example


Text Example

White with #AA3413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3413; }

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

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

background-color css

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

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

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

border-color css

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

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

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