Html Css Color HEX #AA3E0E Rust

📋 copy color: '#AA3E0E'

red 170 ◦ green 62 ◦ blue 14

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

Shades of Rust #AA3E0E

Tints of Rust #AA3E0E

RGB

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

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

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

R = 69.11%
G = 25.2%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA3E0E (or 0xAA3E0E) is known color: Rust. HEX triplet: AA, 3E and 0E. RGB value is (170,62,14). Sum of RGB (Red+Green+Blue) = 170+62+14=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E0E is #55C1F1. Grayscale: #595959. Windows color (decimal): -5620210 or 933546. OLE color: 933546.

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

Color convert

RGB 170 62 14 -
CMYK 0 0.64 0.92 0.33
HSL 18.46º 0.85% 0.36% -
HSV(B) 18.46º 0.92% 0.67% -
XYZ 18.38 12.02 1.77 -
YUV 88.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 170 62 14 0 0.64 0.92 0.33 18.46 0.85 0.36
Hex AA 3E E 0 40 5C 21 12 55 24
Octal 252 76 16 0 100 134 41 22 125 44
Binary 10101010 111110 1110 0 1000000 1011100 100001 10010 1010101 100100

Color Harmonies of #AA3E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E0E

Black with #AA3E0E

Text Example


Text Example

White with #AA3E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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