#A52D0F

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

Shades of Rust #A52D0F

Tints of Rust #A52D0F

Color information

#A52D0F (or 0xA52D0F) is unknown color: approx Rust. HEX triplet: A5, 2D and 0F. RGB value is (165,45,15). Sum of RGB (Red+Green+Blue) = 165+45+15=225 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.33% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52D0F is #5AD2F0. Grayscale: #4D4D4D. Windows color (decimal): -5952241 or 994725. OLE color: 994725.

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

Color convert

RGB1654515-
CMYK00.730.910.35
HSL12º83.33%35.29%-
HSV(B)12º90.91%64.71%-
XYZ16.549.911.49-
YUV77.4692.76190.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.33%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=73.33%
G=20%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165451500.730.910.351283.3335.29
HexA52DF0495B23c5323
Octal24555170111133431412343
Binary10100101101101111101001001101101110001111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52D0F; }

 p { color: rgb(165,45,15); }

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

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

 a { background-color: rgb(165,45,15); }

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

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

 span { border-color: rgb(165,45,15); }

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