Html Css Color HEX #AA3013 Rust

📋 copy color: '#AA3013'

red 170 ◦ green 48 ◦ blue 19

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

Shades of Rust #AA3013

Tints of Rust #AA3013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.25%

 BLUE value IS 19 (7.81% from 255) = 8.02%

R = 71.73%
G = 20.25%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA3013 (or 0xAA3013) is known color: Rust. HEX triplet: AA, 30 and 13. RGB value is (170,48,19). Sum of RGB (Red+Green+Blue) = 170+48+19=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3013 is #55CFEC. Grayscale: #515151. Windows color (decimal): -5623789 or 1257642. OLE color: 1257642.

HSL color Cylindrical-coordinate representation of color #AA3013: hue angle of 11.52º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA3013 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 48 19 -
CMYK 0 0.72 0.89 0.33
HSL 11.52º 0.8% 0.37% -
HSV(B) 11.52º 0.89% 0.67% -
XYZ 17.75 10.71 1.75 -
YUV 81.17 92.92 191.36 -
System Red Green Blue C M Y K H S L
Decimal 170 48 19 0 0.72 0.89 0.33 11.52 0.8 0.37
Hex AA 30 13 0 48 59 21 C 50 25
Octal 252 60 23 0 110 131 41 14 120 45
Binary 10101010 110000 10011 0 1001000 1011001 100001 1100 1010000 100101

Color Harmonies of #AA3013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3013

Black with #AA3013

Text Example


Text Example

White with #AA3013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3013; }

 p { color: rgb(170,48,19); }

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

background-color css

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

 a { background-color: rgb(170,48,19); }

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

border-color css

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

 span { border-color: rgb(170,48,19); }

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