#A53C18

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

Shades of Rust #A53C18

Tints of Rust #A53C18

Color information

#A53C18 (or 0xA53C18) is unknown color: approx Rust. HEX triplet: A5, 3C and 18. RGB value is (165,60,24). Sum of RGB (Red+Green+Blue) = 165+60+24=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A53C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53C18 is #5AC3E7. Grayscale: #575757. Windows color (decimal): -5948392 or 1588389. OLE color: 1588389.

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

Color convert

RGB1656024-
CMYK00.640.850.35
HSL15.32º74.6%37.06%-
HSV(B)15.32º85.45%64.71%-
XYZ17.311.32.13-
YUV87.2992.29183.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.27%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=66.27%
G=24.10%
B=9.64%

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
Decimal165602400.640.850.3515.3274.637.06
HexA53C180405523f4b25
Octal24574300100125431711345
Binary101001011111001100001000000101010110001111111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53C18; }

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

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

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

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

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

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

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

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