Html Css Color HEX #AA3E10 Rust

📋 copy color: '#AA3E10'

red 170 ◦ green 62 ◦ blue 16

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

Shades of Rust #AA3E10

Tints of Rust #AA3E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

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

R = 68.55%
G = 25%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA3E10 (or 0xAA3E10) is known color: Rust. HEX triplet: AA, 3E and 10. RGB value is (170,62,16). Sum of RGB (Red+Green+Blue) = 170+62+16=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E10 is #55C1EF. Grayscale: #595959. Windows color (decimal): -5620208 or 1064618. OLE color: 1064618.

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

Color convert

RGB 170 62 16 -
CMYK 0 0.64 0.91 0.33
HSL 17.92º 0.83% 0.36% -
HSV(B) 17.92º 0.91% 0.67% -
XYZ 18.39 12.03 1.84 -
YUV 89.05 86.78 185.74 -
System Red Green Blue C M Y K H S L
Decimal 170 62 16 0 0.64 0.91 0.33 17.92 0.83 0.36
Hex AA 3E 10 0 40 5B 21 12 53 24
Octal 252 76 20 0 100 133 41 22 123 44
Binary 10101010 111110 10000 0 1000000 1011011 100001 10010 1010011 100100

Color Harmonies of #AA3E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E10

Black with #AA3E10

Text Example


Text Example

White with #AA3E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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