#A53F0C

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

Shades of Rust #A53F0C

Tints of Rust #A53F0C

Color information

#A53F0C (or 0xA53F0C) is unknown color: approx Rust. HEX triplet: A5, 3F and 0C. RGB value is (165,63,12). Sum of RGB (Red+Green+Blue) = 165+63+12=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53F0C is #5AC0F3. Grayscale: #575757. Windows color (decimal): -5947636 or 802725. OLE color: 802725.

HSL color Cylindrical-coordinate representation of color #A53F0C: hue angle of 20º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A53F0C is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB1656312-
CMYK00.620.930.35
HSL20º86.44%34.71%-
HSV(B)20º92.73%64.71%-
XYZ17.3611.581.67-
YUV87.6885.29183.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.75%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 12 (5.08% from 255) = 5%
R=68.75%
G=26.25%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165631200.620.930.352086.4434.71
HexA53FC03E5D23145623
Octal2457714076135432412643
Binary10100101111111110001111101011101100011101001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F0C; }

 p { color: rgb(165,63,12); }

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

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

 a { background-color: rgb(165,63,12); }

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

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

 span { border-color: rgb(165,63,12); }

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