#A13E16

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

Shades of Rust #A13E16

Tints of Rust #A13E16

Color information

#A13E16 (or 0xA13E16) is unknown color: approx Rust. HEX triplet: A1, 3E and 16. RGB value is (161,62,22). Sum of RGB (Red+Green+Blue) = 161+62+22=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E16 is #5EC1E9. Grayscale: #575757. Windows color (decimal): -6210026 or 1457825. OLE color: 1457825.

HSL color Cylindrical-coordinate representation of color #A13E16: hue angle of 17.27º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A13E16 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1616222-
CMYK00.610.860.37
HSL17.27º75.96%35.88%-
HSV(B)17.27º86.34%63.14%-
XYZ16.5711.082.02-
YUV87.0491.3180.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=65.71%
G=25.31%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161622200.610.860.3717.2775.9635.88
HexA13E1603D5625114c24
Octal2417626075126452111444
Binary101000011111101011001111011010110100101100011001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E16; }

 p { color: rgb(161,62,22); }

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

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

 a { background-color: rgb(161,62,22); }

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

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

 span { border-color: rgb(161,62,22); }

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