#A93415

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

Shades of Rust #A93415

Tints of Rust #A93415

Color information

#A93415 (or 0xA93415) is unknown color: approx Rust. HEX triplet: A9, 34 and 15. RGB value is (169,52,21). Sum of RGB (Red+Green+Blue) = 169+52+21=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A93415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93415 is #56CBEA. Grayscale: #535353. Windows color (decimal): -5688299 or 1389737. OLE color: 1389737.

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

Color convert

RGB1695221-
CMYK00.690.880.34
HSL12.57º77.89%37.25%-
HSV(B)12.57º87.57%66.27%-
XYZ17.7310.951.89-
YUV83.4592.76189.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 69.83%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 21 (8.59% from 255) = 8.68%
R=69.83%
G=21.49%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169522100.690.880.3412.5777.8937.25
HexA934150455822d4e25
Octal25164250105130421511645
Binary101010011101001010101000101101100010001011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93415; }

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

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

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

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

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

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

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

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