#A13304

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

Shades of Rust #A13304

Tints of Rust #A13304

Color information

#A13304 (or 0xA13304) is unknown color: approx Rust. HEX triplet: A1, 33 and 04. RGB value is (161,51,4). Sum of RGB (Red+Green+Blue) = 161+51+4=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A13304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13304 is #5ECCFB. Grayscale: #4E4E4E. Windows color (decimal): -6212860 or 275361. OLE color: 275361.

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

Color convert

RGB161514-
CMYK00.680.980.37
HSL17.96º95.15%32.35%-
HSV(B)17.96º97.52%63.14%-
XYZ15.99.951.2-
YUV78.5385.94186.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 74.54%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 4 (1.95% from 255) = 1.85%
R=74.54%
G=23.61%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16151400.680.980.3717.9695.1532.35
HexA13340446225125f20
Octal2416340104142452213740
Binary10100001110011100010001001100010100101100101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13304; }

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

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

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

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

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

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

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

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