#A13305

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

Shades of Rust #A13305

Tints of Rust #A13305

Color information

#A13305 (or 0xA13305) is unknown color: approx Rust. HEX triplet: A1, 33 and 05. RGB value is (161,51,5). Sum of RGB (Red+Green+Blue) = 161+51+5=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A13305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13305 is #5ECCFA. Grayscale: #4E4E4E. Windows color (decimal): -6212859 or 340897. OLE color: 340897.

HSL color Cylindrical-coordinate representation of color #A13305: hue angle of 17.69º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A13305 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB161515-
CMYK00.680.970.37
HSL17.69º93.98%32.55%-
HSV(B)17.69º96.89%63.14%-
XYZ15.919.961.23-
YUV78.6586.44186.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.19%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 5 (2.34% from 255) = 2.30%
R=74.19%
G=23.50%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16151500.680.970.3717.6993.9832.55
HexA13350446125125e21
Octal2416350104141452213641
Binary10100001110011101010001001100001100101100101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13305; }

 p { color: rgb(161,51,5); }

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

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

 a { background-color: rgb(161,51,5); }

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

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

 span { border-color: rgb(161,51,5); }

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