Html Css Color HEX #AA3A10 Rust

📋 copy color: '#AA3A10'

red 170 ◦ green 58 ◦ blue 16

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

Shades of Rust #AA3A10

Tints of Rust #AA3A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.77%

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

R = 69.67%
G = 23.77%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA3A10 (or 0xAA3A10) is known color: Rust. HEX triplet: AA, 3A and 10. RGB value is (170,58,16). Sum of RGB (Red+Green+Blue) = 170+58+16=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3A10 is #55C5EF. Grayscale: #565656. Windows color (decimal): -5621232 or 1063594. OLE color: 1063594.

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

Color convert

RGB 170 58 16 -
CMYK 0 0.66 0.91 0.33
HSL 16.36º 0.83% 0.36% -
HSV(B) 16.36º 0.91% 0.67% -
XYZ 18.18 11.61 1.77 -
YUV 86.7 88.11 187.42 -
System Red Green Blue C M Y K H S L
Decimal 170 58 16 0 0.66 0.91 0.33 16.36 0.83 0.36
Hex AA 3A 10 0 42 5B 21 10 53 24
Octal 252 72 20 0 102 133 41 20 123 44
Binary 10101010 111010 10000 0 1000010 1011011 100001 10000 1010011 100100

Color Harmonies of #AA3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3A10

Black with #AA3A10

Text Example


Text Example

White with #AA3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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