#A1310C

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

Shades of Rust #A1310C

Tints of Rust #A1310C

Color information

#A1310C (or 0xA1310C) is unknown color: approx Rust. HEX triplet: A1, 31 and 0C. RGB value is (161,49,12). Sum of RGB (Red+Green+Blue) = 161+49+12=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A1310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1310C is #5ECEF3. Grayscale: #4E4E4E. Windows color (decimal): -6213364 or 799137. OLE color: 799137.

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

Color convert

RGB1614912-
CMYK00.700.930.37
HSL14.9º86.13%33.92%-
HSV(B)14.9º92.55%63.14%-
XYZ15.869.81.4-
YUV78.2790.61187.01-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.52%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=72.52%
G=22.07%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161491200.700.930.3714.986.1333.92
HexA131C0465D25f5622
Octal24161140106135451712642
Binary10100001110001110001000110101110110010111111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1310C; }

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

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

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

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

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

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

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

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