#A12E11

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

Shades of Rust #A12E11

Tints of Rust #A12E11

Color information

#A12E11 (or 0xA12E11) is unknown color: approx Rust. HEX triplet: A1, 2E and 11. RGB value is (161,46,17). Sum of RGB (Red+Green+Blue) = 161+46+17=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12E11 is #5ED1EE. Grayscale: #4D4D4D. Windows color (decimal): -6214127 or 1126049. OLE color: 1126049.

HSL color Cylindrical-coordinate representation of color #A12E11: hue angle of 12.08º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A12E11 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1614617-
CMYK00.710.890.37
HSL12.08º80.9%34.9%-
HSV(B)12.08º89.44%63.14%-
XYZ15.789.571.55-
YUV77.0894.1187.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.88%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 17 (7.03% from 255) = 7.59%
R=71.88%
G=20.54%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161461700.710.890.3712.0880.934.9
HexA12E110475925c5123
Octal24156210107131451412143
Binary101000011011101000101000111101100110010111001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E11; }

 p { color: rgb(161,46,17); }

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

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

 a { background-color: rgb(161,46,17); }

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

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

 span { border-color: rgb(161,46,17); }

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