#A12E0B

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

Shades of Rust #A12E0B

Tints of Rust #A12E0B

Color information

#A12E0B (or 0xA12E0B) is unknown color: approx Rust. HEX triplet: A1, 2E and 0B. RGB value is (161,46,11). Sum of RGB (Red+Green+Blue) = 161+46+11=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A12E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12E0B is #5ED1F4. Grayscale: #4C4C4C. Windows color (decimal): -6214133 or 732833. OLE color: 732833.

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

Color convert

RGB1614611-
CMYK00.710.930.37
HSL14º87.21%33.73%-
HSV(B)14º93.17%63.14%-
XYZ15.749.561.33-
YUV76.491.1188.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 73.85%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=73.85%
G=21.10%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161461100.710.930.371487.2133.73
HexA12EB0475D25e5722
Octal24156130107135451612742
Binary10100001101110101101000111101110110010111101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12E0B; }

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

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

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

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

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

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

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

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