#A1340B

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

Shades of Rust #A1340B

Tints of Rust #A1340B

Color information

#A1340B (or 0xA1340B) is unknown color: approx Rust. HEX triplet: A1, 34 and 0B. RGB value is (161,52,11). Sum of RGB (Red+Green+Blue) = 161+52+11=224 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.88% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 161 - color contains mainly: red. Hex color #A1340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1340B is #5ECBF4. Grayscale: #505050. Windows color (decimal): -6212597 or 734369. OLE color: 734369.

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

Color convert

RGB1615211-
CMYK00.680.930.37
HSL16.4º87.21%33.73%-
HSV(B)16.4º93.17%63.14%-
XYZ15.9910.061.42-
YUV79.9289.11185.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 71.88%
GREEN value IS 52 (20.70% from 255) = 23.21%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=71.88%
G=23.21%
B=4.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161521100.680.930.3716.487.2133.73
HexA134B0445D25105722
Octal24164130104135452012742
Binary101000011101001011010001001011101100101100001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1340B; }

 p { color: rgb(161,52,11); }

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

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

 a { background-color: rgb(161,52,11); }

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

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

 span { border-color: rgb(161,52,11); }

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