#A92505

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

Shades of Rust #A92505

Tints of Rust #A92505

Color information

#A92505 (or 0xA92505) is unknown color: approx Rust. HEX triplet: A9, 25 and 05. RGB value is (169,37,5). Sum of RGB (Red+Green+Blue) = 169+37+5=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 5 (2.34% from 255 or 2.37% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A92505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A92505 is #56DAFA. Grayscale: #494949. Windows color (decimal): -5692155 or 337321. OLE color: 337321.

HSL color Cylindrical-coordinate representation of color #A92505: hue angle of 11.71º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A92505 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB169375-
CMYK00.780.970.34
HSL11.71º94.25%34.12%-
HSV(B)11.71º97.04%66.27%-
XYZ17.059.771.13-
YUV72.8289.73196.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 80.09%
GREEN value IS 37 (14.84% from 255) = 17.54%
BLUE value IS 5 (2.34% from 255) = 2.37%
R=80.09%
G=17.54%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16937500.780.970.3411.7194.2534.12
HexA925504E6122c5e22
Octal2514550116141421413642
Binary1010100110010110101001110110000110001011001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92505; }

 p { color: rgb(169,37,5); }

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

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

 a { background-color: rgb(169,37,5); }

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

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

 span { border-color: rgb(169,37,5); }

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