Html Css Color HEX #AA3C10 Rust

📋 copy color: '#AA3C10'

red 170 ◦ green 60 ◦ blue 16

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

Shades of Rust #AA3C10

Tints of Rust #AA3C10

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 69.11%
G = 24.39%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA3C10 (or 0xAA3C10) is known color: Rust. HEX triplet: AA, 3C and 10. RGB value is (170,60,16). Sum of RGB (Red+Green+Blue) = 170+60+16=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C10 is #55C3EF. Grayscale: #585858. Windows color (decimal): -5620720 or 1064106. OLE color: 1064106.

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

Color convert

RGB 170 60 16 -
CMYK 0 0.65 0.91 0.33
HSL 17.14º 0.83% 0.36% -
HSV(B) 17.14º 0.91% 0.67% -
XYZ 18.29 11.82 1.81 -
YUV 87.87 87.44 186.58 -
System Red Green Blue C M Y K H S L
Decimal 170 60 16 0 0.65 0.91 0.33 17.14 0.83 0.36
Hex AA 3C 10 0 41 5B 21 11 53 24
Octal 252 74 20 0 101 133 41 21 123 44
Binary 10101010 111100 10000 0 1000001 1011011 100001 10001 1010011 100100

Color Harmonies of #AA3C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C10

Black with #AA3C10

Text Example


Text Example

White with #AA3C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C10; }

 p { color: rgb(170,60,16); }

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

background-color css

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

 a { background-color: rgb(170,60,16); }

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

border-color css

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

 span { border-color: rgb(170,60,16); }

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