#A12D10

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

Shades of Rust #A12D10

Tints of Rust #A12D10

Color information

#A12D10 (or 0xA12D10) is unknown color: approx Rust. HEX triplet: A1, 2D and 10. RGB value is (161,45,16). Sum of RGB (Red+Green+Blue) = 161+45+16=222 (29% of max value = 765). Red value is 161 (63.28% from 255 or 72.52% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12D10 is #5ED2EF. Grayscale: #4C4C4C. Windows color (decimal): -6214384 or 1060257. OLE color: 1060257.

HSL color Cylindrical-coordinate representation of color #A12D10: hue angle of 12º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A12D10 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB1614516-
CMYK00.720.900.37
HSL12º81.92%34.71%-
HSV(B)12º90.06%63.14%-
XYZ15.739.491.49-
YUV76.3893.93188.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 72.52%
GREEN value IS 45 (17.97% from 255) = 20.27%
BLUE value IS 16 (6.64% from 255) = 7.21%
R=72.52%
G=20.27%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161451600.720.900.371281.9234.71
HexA12D100485A25c5223
Octal24155200110132451412243
Binary101000011011011000001001000101101010010111001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D10; }

 p { color: rgb(161,45,16); }

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

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

 a { background-color: rgb(161,45,16); }

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

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

 span { border-color: rgb(161,45,16); }

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