#A13211

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

Shades of Rust #A13211

Tints of Rust #A13211

Color information

#A13211 (or 0xA13211) is unknown color: approx Rust. HEX triplet: A1, 32 and 11. RGB value is (161,50,17). Sum of RGB (Red+Green+Blue) = 161+50+17=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A13211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13211 is #5ECDEE. Grayscale: #4F4F4F. Windows color (decimal): -6213103 or 1127073. OLE color: 1127073.

HSL color Cylindrical-coordinate representation of color #A13211: hue angle of 13.75º 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 #A13211 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB1615017-
CMYK00.690.890.37
HSL13.75º80.9%34.9%-
HSV(B)13.75º89.44%63.14%-
XYZ15.949.91.6-
YUV79.4392.77186.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.61%
GREEN value IS 50 (19.92% from 255) = 21.93%
BLUE value IS 17 (7.03% from 255) = 7.46%
R=70.61%
G=21.93%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161501700.690.890.3713.7580.934.9
HexA132110455925e5123
Octal24162210105131451612143
Binary101000011100101000101000101101100110010111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13211; }

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

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

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

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

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

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

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

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