#A52900

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

Shades of Rust #A52900

Tints of Rust #A52900

Color information

#A52900 (or 0xA52900) is unknown color: approx Rust. HEX triplet: A5, 29 and 00. RGB value is (165,41,0). Sum of RGB (Red+Green+Blue) = 165+41+0=206 (27% of max value = 765). Red value is 165 (64.84% from 255 or 80.10% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 165 - color contains mainly: red. Hex color #A52900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A52900 is #5AD6FF. Grayscale: #494949. Windows color (decimal): -5953280 or 10661. OLE color: 10661.

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

Color convert

RGB165410-
CMYK00.7510.35
HSL14.91º100%32.35%-
HSV(B)14.91º100%64.71%-
XYZ16.319.590.99-
YUV73.486.58193.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 80.10%
GREEN value IS 41 (16.41% from 255) = 19.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.10%
G=19.90%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16541000.7510.3514.9110032.35
HexA529004B6423f6420
Octal2455100113144431714440
Binary10100101101001001001011110010010001111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52900; }

 p { color: rgb(165,41,0); }

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

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

 a { background-color: rgb(165,41,0); }

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

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

 span { border-color: rgb(165,41,0); }

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