#A13406

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

Shades of Rust #A13406

Tints of Rust #A13406

Color information

#A13406 (or 0xA13406) is unknown color: approx Rust. HEX triplet: A1, 34 and 06. RGB value is (161,52,6). Sum of RGB (Red+Green+Blue) = 161+52+6=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A13406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13406 is #5ECBF9. Grayscale: #4F4F4F. Windows color (decimal): -6212602 or 406689. OLE color: 406689.

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

Color convert

RGB161526-
CMYK00.680.960.37
HSL17.81º92.81%32.75%-
HSV(B)17.81º96.27%63.14%-
XYZ15.9610.051.27-
YUV79.3586.61186.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.52%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=73.52%
G=23.74%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16152600.680.960.3717.8192.8132.75
HexA13460446025125d21
Octal2416460104140452213541
Binary10100001110100110010001001100000100101100101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13406; }

 p { color: rgb(161,52,6); }

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

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

 a { background-color: rgb(161,52,6); }

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

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

 span { border-color: rgb(161,52,6); }

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