#a53a15

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

Shades of Rust #A53A15

Tints of Rust #A53A15

Color information

#A53A15 (or 0xA53A15) is unknown color: approx Rust. HEX triplet: A5, 3A and 15. RGB value is (165,58,21). Sum of RGB (Red+Green+Blue) = 165+58+21=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53A15 is #5AC5EA. Grayscale: #565656. Windows color (decimal): -5948907 or 1391269. OLE color: 1391269.

HSL color Cylindrical-coordinate representation of color #A53A15: hue angle of 15.42º 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 #A53A15 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB1655821-
CMYK00.650.870.35
HSL15.42º77.42%36.47%-
HSV(B)15.42º87.27%64.71%-
XYZ17.1711.081.94-
YUV85.7891.45184.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 21 (8.59% from 255) = 8.61%
R=67.62%
G=23.77%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165582100.650.870.3515.4277.4236.47
HexA53A150415723f4d24
Octal24572250101127431711544
Binary101001011110101010101000001101011110001111111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53a15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53a15; }

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

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

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

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

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

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

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

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