Html Css Color HEX #AA2F11 Rust

📋 copy color: '#AA2F11'

red 170 ◦ green 47 ◦ blue 17

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

Shades of Rust #AA2F11

Tints of Rust #AA2F11

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.09%

 BLUE value IS 17 (7.03% from 255) = 7.26%

R = 72.65%
G = 20.09%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA2F11 (or 0xAA2F11) is known color: Rust. HEX triplet: AA, 2F and 11. RGB value is (170,47,17). Sum of RGB (Red+Green+Blue) = 170+47+17=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F11 is #55D0EE. Grayscale: #505050. Windows color (decimal): -5624047 or 1126314. OLE color: 1126314.

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

Color convert

RGB 170 47 17 -
CMYK 0 0.72 0.9 0.33
HSL 11.76º 0.82% 0.37% -
HSV(B) 11.76º 0.9% 0.67% -
XYZ 17.7 10.62 1.65 -
YUV 80.36 92.25 191.94 -
System Red Green Blue C M Y K H S L
Decimal 170 47 17 0 0.72 0.9 0.33 11.76 0.82 0.37
Hex AA 2F 11 0 48 5A 21 C 52 25
Octal 252 57 21 0 110 132 41 14 122 45
Binary 10101010 101111 10001 0 1001000 1011010 100001 1100 1010010 100101

Color Harmonies of #AA2F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2F11

Black with #AA2F11

Text Example


Text Example

White with #AA2F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2F11; }

 p { color: rgb(170,47,17); }

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

background-color css

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

 a { background-color: rgb(170,47,17); }

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

border-color css

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

 span { border-color: rgb(170,47,17); }

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