#A93A11

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

Shades of Rust #A93A11

Tints of Rust #A93A11

Color information

#A93A11 (or 0xA93A11) is unknown color: approx Rust. HEX triplet: A9, 3A and 11. RGB value is (169,58,17). Sum of RGB (Red+Green+Blue) = 169+58+17=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A11 is #56C5EE. Grayscale: #565656. Windows color (decimal): -5686767 or 1129129. OLE color: 1129129.

HSL color Cylindrical-coordinate representation of color #A93A11: hue angle of 16.18º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A93A11 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB1695817-
CMYK00.660.900.34
HSL16.18º81.72%36.47%-
HSV(B)16.18º89.94%66.27%-
XYZ17.9811.51.8-
YUV86.5288.77186.83-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.26%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=69.26%
G=23.77%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169581700.660.900.3416.1881.7236.47
HexA93A110425A22105224
Octal25172210102132422012244
Binary1010100111101010001010000101011010100010100001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A11; }

 p { color: rgb(169,58,17); }

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

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

 a { background-color: rgb(169,58,17); }

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

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

 span { border-color: rgb(169,58,17); }

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