#A13606

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

Shades of Rust #A13606

Tints of Rust #A13606

Color information

#A13606 (or 0xA13606) is unknown color: approx Rust. HEX triplet: A1, 36 and 06. RGB value is (161,54,6). Sum of RGB (Red+Green+Blue) = 161+54+6=221 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.85% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 161 - color contains mainly: red. Hex color #A13606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13606 is #5EC9F9. Grayscale: #505050. Windows color (decimal): -6212090 or 407201. OLE color: 407201.

HSL color Cylindrical-coordinate representation of color #A13606: hue angle of 18.58º 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 #A13606 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB161546-
CMYK00.660.960.37
HSL18.58º92.81%32.75%-
HSV(B)18.58º96.27%63.14%-
XYZ16.0510.231.3-
YUV80.5285.95185.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.85%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=72.85%
G=24.43%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16154600.660.960.3718.5892.8132.75
HexA13660426025135d21
Octal2416660102140452313541
Binary10100001110110110010000101100000100101100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13606; }

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

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

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

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

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

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

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

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