#A52C0A

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

Shades of Rust #A52C0A

Tints of Rust #A52C0A

Color information

#A52C0A (or 0xA52C0A) is unknown color: approx Rust. HEX triplet: A5, 2C and 0A. RGB value is (165,44,10). Sum of RGB (Red+Green+Blue) = 165+44+10=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C0A is #5AD3F5. Grayscale: #4C4C4C. Windows color (decimal): -5952502 or 666789. OLE color: 666789.

HSL color Cylindrical-coordinate representation of color #A52C0A: hue angle of 13.16º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A52C0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1654410-
CMYK00.730.940.35
HSL13.16º88.57%34.31%-
HSV(B)13.16º93.94%64.71%-
XYZ16.479.821.31-
YUV76.390.59191.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 75.34%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=75.34%
G=20.09%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165441000.730.940.3513.1688.5734.31
HexA52CA0495E23d5922
Octal24554120111136431513142
Binary10100101101100101001001001101111010001111011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C0A; }

 p { color: rgb(165,44,10); }

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

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

 a { background-color: rgb(165,44,10); }

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

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

 span { border-color: rgb(165,44,10); }

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