#A62D10

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

Shades of Rust #A62D10

Tints of Rust #A62D10

Color information

#A62D10 (or 0xA62D10) is unknown color: approx Rust. HEX triplet: A6, 2D and 10. RGB value is (166,45,16). Sum of RGB (Red+Green+Blue) = 166+45+16=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D10 is #59D2EF. Grayscale: #4E4E4E. Windows color (decimal): -5886704 or 1060262. OLE color: 1060262.

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

Color convert

RGB1664516-
CMYK00.730.900.35
HSL11.6º82.42%35.69%-
HSV(B)11.6º90.36%65.1%-
XYZ16.7610.021.54-
YUV77.8793.09190.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.13%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 16 (6.64% from 255) = 7.05%
R=73.13%
G=19.82%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166451600.730.900.3511.682.4235.69
HexA62D100495A23c5224
Octal24655200111132431412244
Binary101001101011011000001001001101101010001111001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D10; }

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

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

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

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

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

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

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

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