#A1300E

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

Shades of Rust #A1300E

Tints of Rust #A1300E

Color information

#A1300E (or 0xA1300E) is unknown color: approx Rust. HEX triplet: A1, 30 and 0E. RGB value is (161,48,14). Sum of RGB (Red+Green+Blue) = 161+48+14=223 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.20% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 161 - color contains mainly: red. Hex color #A1300E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1300E is #5ECFF1. Grayscale: #4E4E4E. Windows color (decimal): -6213618 or 929953. OLE color: 929953.

HSL color Cylindrical-coordinate representation of color #A1300E: hue angle of 13.88º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1300E is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB1614814-
CMYK00.700.910.37
HSL13.88º84%34.31%-
HSV(B)13.88º91.3%63.14%-
XYZ15.839.721.46-
YUV77.9191.94187.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.20%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 14 (5.86% from 255) = 6.28%
R=72.20%
G=21.52%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161481400.700.910.3713.888434.31
HexA130E0465B25e5422
Octal24160160106133451612442
Binary10100001110000111001000110101101110010111101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1300E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1300E; }

 p { color: rgb(161,48,14); }

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

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

 a { background-color: rgb(161,48,14); }

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

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

 span { border-color: rgb(161,48,14); }

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