#A93A15

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

Shades of Rust #A93A15

Tints of Rust #A93A15

Color information

#A93A15 (or 0xA93A15) is unknown color: approx Rust. HEX triplet: A9, 3A and 15. RGB value is (169,58,21). Sum of RGB (Red+Green+Blue) = 169+58+21=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A15 is #56C5EA. Grayscale: #575757. Windows color (decimal): -5686763 or 1391273. OLE color: 1391273.

HSL color Cylindrical-coordinate representation of color #A93A15: hue angle of 15º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A93A15 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB1695821-
CMYK00.660.880.34
HSL15º77.89%37.25%-
HSV(B)15º87.57%66.27%-
XYZ18.0111.521.98-
YUV86.9790.77186.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.15%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 21 (8.59% from 255) = 8.47%
R=68.15%
G=23.39%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169582100.660.880.341577.8937.25
HexA93A150425822f4e25
Octal25172250102130421711645
Binary101010011110101010101000010101100010001011111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93A15; }

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

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

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

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

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

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

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

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