#A13111

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

Shades of Rust #A13111

Tints of Rust #A13111

Color information

#A13111 (or 0xA13111) is unknown color: approx Rust. HEX triplet: A1, 31 and 11. RGB value is (161,49,17). Sum of RGB (Red+Green+Blue) = 161+49+17=227 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.93% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 161 - color contains mainly: red. Hex color #A13111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13111 is #5ECEEE. Grayscale: #4F4F4F. Windows color (decimal): -6213359 or 1126817. OLE color: 1126817.

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

Color convert

RGB1614917-
CMYK00.700.890.37
HSL13.33º80.9%34.9%-
HSV(B)13.33º89.44%63.14%-
XYZ15.99.811.59-
YUV78.8493.11186.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 70.93%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=70.93%
G=21.59%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161491700.700.890.3713.3380.934.9
HexA131110465925d5123
Octal24161210106131451512143
Binary101000011100011000101000110101100110010111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13111; }

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

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

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

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

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

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

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

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