#AA2F0C

Color #AA2F0C Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AA2F0C

Tints of Rust #AA2F0C

Color information

#AA2F0C (or 0xAA2F0C) is unknown color: approx Rust. HEX triplet: AA, 2F and 0C. RGB value is (170,47,12). Sum of RGB (Red+Green+Blue) = 170+47+12=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 12 (5.08% from 255 or 5.24% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2F0C is #55D0F3. Grayscale: #505050. Windows color (decimal): -5624052 or 798634. OLE color: 798634.

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

Color convert

RGB1704712-
CMYK00.720.930.33
HSL13.29º86.81%35.69%-
HSV(B)13.29º92.94%66.67%-
XYZ17.6610.611.46-
YUV79.7989.75192.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 74.24%
GREEN value IS 47 (18.75% from 255) = 20.52%
BLUE value IS 12 (5.08% from 255) = 5.24%
R=74.24%
G=20.52%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170471200.720.930.3313.2986.8135.69
HexAA2FC0485D21d5724
Octal25257140110135411512744
Binary10101010101111110001001000101110110000111011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2F0C; }

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

 H1.HeaderClassName
 {
   color: #AA2F0C;
 }
 .AnyTagClassName
 {
   color: #AA2F0C;
 }
</style>
background-color css

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

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

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

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

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

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