#A53115

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

Shades of Rust #A53115

Tints of Rust #A53115

Color information

#A53115 (or 0xA53115) is unknown color: approx Rust. HEX triplet: A5, 31 and 15. RGB value is (165,49,21). Sum of RGB (Red+Green+Blue) = 165+49+21=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A53115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53115 is #5ACEEA. Grayscale: #505050. Windows color (decimal): -5951211 or 1388965. OLE color: 1388965.

HSL color Cylindrical-coordinate representation of color #A53115: hue angle of 11.67º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A53115 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1654921-
CMYK00.700.870.35
HSL11.67º77.42%36.47%-
HSV(B)11.67º87.27%64.71%-
XYZ16.7510.251.81-
YUV80.4994.43188.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 70.21%
GREEN value IS 49 (19.53% from 255) = 20.85%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=70.21%
G=20.85%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165492100.700.870.3511.6777.4236.47
HexA531150465723c4d24
Octal24561250106127431411544
Binary101001011100011010101000110101011110001111001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53115; }

 p { color: rgb(165,49,21); }

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

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

 a { background-color: rgb(165,49,21); }

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

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

 span { border-color: rgb(165,49,21); }

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