Html Css Color HEX #AA3B0E Rust

📋 copy color: '#AA3B0E'

red 170 ◦ green 59 ◦ blue 14

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

Shades of Rust #AA3B0E

Tints of Rust #AA3B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.28%

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 69.96%
G = 24.28%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA3B0E (or 0xAA3B0E) is known color: Rust. HEX triplet: AA, 3B and 0E. RGB value is (170,59,14). Sum of RGB (Red+Green+Blue) = 170+59+14=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3B0E is #55C4F1. Grayscale: #575757. Windows color (decimal): -5620978 or 932778. OLE color: 932778.

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

Color convert

RGB 170 59 14 -
CMYK 0 0.65 0.92 0.33
HSL 17.31º 0.85% 0.36% -
HSV(B) 17.31º 0.92% 0.67% -
XYZ 18.22 11.71 1.71 -
YUV 87.06 86.77 187.16 -
System Red Green Blue C M Y K H S L
Decimal 170 59 14 0 0.65 0.92 0.33 17.31 0.85 0.36
Hex AA 3B E 0 41 5C 21 11 55 24
Octal 252 73 16 0 101 134 41 21 125 44
Binary 10101010 111011 1110 0 1000001 1011100 100001 10001 1010101 100100

Color Harmonies of #AA3B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3B0E

Black with #AA3B0E

Text Example


Text Example

White with #AA3B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3B0E; }

 p { color: rgb(170,59,14); }

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

background-color css

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

 a { background-color: rgb(170,59,14); }

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

border-color css

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

 span { border-color: rgb(170,59,14); }

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