#A53C15

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

Shades of Rust #A53C15

Tints of Rust #A53C15

Color information

#A53C15 (or 0xA53C15) is unknown color: approx Rust. HEX triplet: A5, 3C and 15. RGB value is (165,60,21). Sum of RGB (Red+Green+Blue) = 165+60+21=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53C15 is #5AC3EA. Grayscale: #575757. Windows color (decimal): -5948395 or 1391781. OLE color: 1391781.

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

Color convert

RGB1656021-
CMYK00.640.870.35
HSL16.25º77.42%36.47%-
HSV(B)16.25º87.27%64.71%-
XYZ17.2711.291.98-
YUV86.9590.79183.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.07%
GREEN value IS 60 (23.83% from 255) = 24.39%
BLUE value IS 21 (8.59% from 255) = 8.54%
R=67.07%
G=24.39%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165602100.640.870.3516.2577.4236.47
HexA53C150405723104d24
Octal24574250100127432011544
Binary1010010111110010101010000001010111100011100001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C15; }

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

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

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

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

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

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

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

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