Html Css Color HEX #AA3314 Rust

📋 copy color: '#AA3314'

red 170 ◦ green 51 ◦ blue 20

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

Shades of Rust #AA3314

Tints of Rust #AA3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.3%

R = 70.54%
G = 21.16%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA3314 (or 0xAA3314) is known color: Rust. HEX triplet: AA, 33 and 14. RGB value is (170,51,20). Sum of RGB (Red+Green+Blue) = 170+51+20=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3314 is #55CCEB. Grayscale: #535353. Windows color (decimal): -5623020 or 1323946. OLE color: 1323946.

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

Color convert

RGB 170 51 20 -
CMYK 0 0.7 0.88 0.33
HSL 12.4º 0.79% 0.37% -
HSV(B) 12.4º 0.88% 0.67% -
XYZ 17.89 10.96 1.84 -
YUV 83.05 92.42 190.02 -
System Red Green Blue C M Y K H S L
Decimal 170 51 20 0 0.7 0.88 0.33 12.4 0.79 0.37
Hex AA 33 14 0 46 58 21 C 4F 25
Octal 252 63 24 0 106 130 41 14 117 45
Binary 10101010 110011 10100 0 1000110 1011000 100001 1100 1001111 100101

Color Harmonies of #AA3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3314

Black with #AA3314

Text Example


Text Example

White with #AA3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3314; }

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

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

background-color css

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

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

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

border-color css

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

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

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