#a53619

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

Shades of Rust #A53619

Tints of Rust #A53619

Color information

#A53619 (or 0xA53619) is unknown color: approx Rust. HEX triplet: A5, 36 and 19. RGB value is (165,54,25). Sum of RGB (Red+Green+Blue) = 165+54+25=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A53619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53619 is #5AC9E6. Grayscale: #545454. Windows color (decimal): -5949927 or 1652389. OLE color: 1652389.

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

Color convert

RGB1655425-
CMYK00.670.850.35
HSL12.43º73.68%37.25%-
HSV(B)12.43º84.85%64.71%-
XYZ17.0110.712.09-
YUV83.8894.77185.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.62%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 25 (10.16% from 255) = 10.25%
R=67.62%
G=22.13%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165542500.670.850.3512.4373.6837.25
HexA536190435523c4a25
Octal24566310103125431411245
Binary101001011101101100101000011101010110001111001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a53619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a53619; }

 p { color: rgb(165,54,25); }

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

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

 a { background-color: rgb(165,54,25); }

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

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

 span { border-color: rgb(165,54,25); }

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