#A13603

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

Shades of Rust #A13603

Tints of Rust #A13603

Color information

#A13603 (or 0xA13603) is unknown color: approx Rust. HEX triplet: A1, 36 and 03. RGB value is (161,54,3). Sum of RGB (Red+Green+Blue) = 161+54+3=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A13603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13603 is #5EC9FC. Grayscale: #505050. Windows color (decimal): -6212093 or 210593. OLE color: 210593.

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

Color convert

RGB161543-
CMYK00.660.980.37
HSL19.37º96.34%32.16%-
HSV(B)19.37º98.14%63.14%-
XYZ16.0310.221.21-
YUV80.1884.45185.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.85%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=73.85%
G=24.77%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16154300.660.980.3719.3796.3432.16
HexA13630426225136020
Octal2416630102142452314040
Binary1010000111011011010000101100010100101100111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13603; }

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

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

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

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

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

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

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

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