#A13E17

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

Shades of Rust #A13E17

Tints of Rust #A13E17

Color information

#A13E17 (or 0xA13E17) is unknown color: approx Rust. HEX triplet: A1, 3E and 17. RGB value is (161,62,23). Sum of RGB (Red+Green+Blue) = 161+62+23=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13E17 is #5EC1E8. Grayscale: #575757. Windows color (decimal): -6210025 or 1523361. OLE color: 1523361.

HSL color Cylindrical-coordinate representation of color #A13E17: hue angle of 16.96º degrees, saturation: 0.75, 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 #A13E17 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB1616223-
CMYK00.610.860.37
HSL16.96º75%36.08%-
HSV(B)16.96º85.71%63.14%-
XYZ16.5811.082.08-
YUV87.1591.8180.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.45%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 23 (9.38% from 255) = 9.35%
R=65.45%
G=25.20%
B=9.35%

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
Decimal161622300.610.860.3716.967536.08
HexA13E1703D5625114b24
Octal2417627075126452111344
Binary101000011111101011101111011010110100101100011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E17; }

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

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

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

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

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

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

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

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