#A53B18

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

Shades of Rust #A53B18

Tints of Rust #A53B18

Color information

#A53B18 (or 0xA53B18) is unknown color: approx Rust. HEX triplet: A5, 3B and 18. RGB value is (165,59,24). Sum of RGB (Red+Green+Blue) = 165+59+24=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53B18 is #5AC4E7. Grayscale: #565656. Windows color (decimal): -5948648 or 1588133. OLE color: 1588133.

HSL color Cylindrical-coordinate representation of color #A53B18: hue angle of 14.89º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A53B18 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB1655924-
CMYK00.640.850.35
HSL14.89º74.6%37.06%-
HSV(B)14.89º85.45%64.71%-
XYZ17.2511.192.12-
YUV86.792.62183.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.53%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=66.53%
G=23.79%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165592400.640.850.3514.8974.637.06
HexA53B180405523f4b25
Octal24573300100125431711345
Binary101001011110111100001000000101010110001111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B18; }

 p { color: rgb(165,59,24); }

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

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

 a { background-color: rgb(165,59,24); }

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

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

 span { border-color: rgb(165,59,24); }

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