#A13103

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

Shades of Rust #A13103

Tints of Rust #A13103

Color information

#A13103 (or 0xA13103) is unknown color: approx Rust. HEX triplet: A1, 31 and 03. RGB value is (161,49,3). Sum of RGB (Red+Green+Blue) = 161+49+3=213 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.59% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 161 - color contains mainly: red. Hex color #A13103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13103 is #5ECEFC. Grayscale: #4D4D4D. Windows color (decimal): -6213373 or 209313. OLE color: 209313.

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

Color convert

RGB161493-
CMYK00.700.980.37
HSL17.47º96.34%32.16%-
HSV(B)17.47º98.14%63.14%-
XYZ15.819.781.14-
YUV77.2486.11187.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 75.59%
GREEN value IS 49 (19.53% from 255) = 23.00%
BLUE value IS 3 (1.56% from 255) = 1.41%
R=75.59%
G=23.00%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16149300.700.980.3717.4796.3432.16
HexA13130466225116020
Octal2416130106142452114040
Binary1010000111000111010001101100010100101100011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13103; }

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

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

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

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

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

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

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

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