Html Css Color HEX #AA310E Rust

📋 copy color: '#AA310E'

red 170 ◦ green 49 ◦ blue 14

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

Shades of Rust #AA310E

Tints of Rust #AA310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

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

R = 72.96%
G = 21.03%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA310E (or 0xAA310E) is known color: Rust. HEX triplet: AA, 31 and 0E. RGB value is (170,49,14). Sum of RGB (Red+Green+Blue) = 170+49+14=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 14 (5.86% from 255 or 6.01% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA310E is #55CEF1. Grayscale: #515151. Windows color (decimal): -5623538 or 930218. OLE color: 930218.

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

Color convert

RGB 170 49 14 -
CMYK 0 0.71 0.92 0.33
HSL 13.46º 0.85% 0.36% -
HSV(B) 13.46º 0.92% 0.67% -
XYZ 17.76 10.77 1.56 -
YUV 81.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 170 49 14 0 0.71 0.92 0.33 13.46 0.85 0.36
Hex AA 31 E 0 47 5C 21 D 55 24
Octal 252 61 16 0 107 134 41 15 125 44
Binary 10101010 110001 1110 0 1000111 1011100 100001 1101 1010101 100100

Color Harmonies of #AA310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA310E

Black with #AA310E

Text Example


Text Example

White with #AA310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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