#A52C0C

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

Shades of Rust #A52C0C

Tints of Rust #A52C0C

Color information

#A52C0C (or 0xA52C0C) is unknown color: approx Rust. HEX triplet: A5, 2C and 0C. RGB value is (165,44,12). Sum of RGB (Red+Green+Blue) = 165+44+12=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52C0C is #5AD3F3. Grayscale: #4C4C4C. Windows color (decimal): -5952500 or 797861. OLE color: 797861.

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

Color convert

RGB1654412-
CMYK00.730.930.35
HSL12.55º86.44%34.71%-
HSV(B)12.55º92.73%64.71%-
XYZ16.489.831.38-
YUV76.5391.59191.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.66%
GREEN value IS 44 (17.58% from 255) = 19.91%
BLUE value IS 12 (5.08% from 255) = 5.43%
R=74.66%
G=19.91%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165441200.730.930.3512.5586.4434.71
HexA52CC0495D23d5623
Octal24554140111135431512643
Binary10100101101100110001001001101110110001111011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52C0C; }

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

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

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

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

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

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

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

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