#A52F0C

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

Shades of Rust #A52F0C

Tints of Rust #A52F0C

Color information

#A52F0C (or 0xA52F0C) is unknown color: approx Rust. HEX triplet: A5, 2F and 0C. RGB value is (165,47,12). Sum of RGB (Red+Green+Blue) = 165+47+12=224 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.66% from 224); Green value is 47 (18.75% from 255 or 20.98% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52F0C is #5AD0F3. Grayscale: #4E4E4E. Windows color (decimal): -5951732 or 798629. OLE color: 798629.

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

Color convert

RGB1654712-
CMYK00.720.930.35
HSL13.73º86.44%34.71%-
HSV(B)13.73º92.73%64.71%-
XYZ16.610.061.41-
YUV78.2990.59189.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 73.66%
GREEN value IS 47 (18.75% from 255) = 20.98%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=73.66%
G=20.98%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165471200.720.930.3513.7386.4434.71
HexA52FC0485D23e5623
Octal24557140110135431612643
Binary10100101101111110001001000101110110001111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52F0C; }

 p { color: rgb(165,47,12); }

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

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

 a { background-color: rgb(165,47,12); }

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

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

 span { border-color: rgb(165,47,12); }

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