#A62B0A

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

Shades of Rust #A62B0A

Tints of Rust #A62B0A

Color information

#A62B0A (or 0xA62B0A) is unknown color: approx Rust. HEX triplet: A6, 2B and 0A. RGB value is (166,43,10). Sum of RGB (Red+Green+Blue) = 166+43+10=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62B0A is #59D4F5. Grayscale: #4C4C4C. Windows color (decimal): -5887222 or 666534. OLE color: 666534.

HSL color Cylindrical-coordinate representation of color #A62B0A: hue angle of 12.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A62B0A is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1664310-
CMYK00.740.940.35
HSL12.69º88.64%34.51%-
HSV(B)12.69º93.98%65.1%-
XYZ16.649.861.31-
YUV76.0290.75192.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 75.80%
GREEN value IS 43 (17.19% from 255) = 19.63%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=75.80%
G=19.63%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166431000.740.940.3512.6988.6434.51
HexA62BA04A5E23d5923
Octal24653120112136431513143
Binary10100110101011101001001010101111010001111011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B0A; }

 p { color: rgb(166,43,10); }

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

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

 a { background-color: rgb(166,43,10); }

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

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

 span { border-color: rgb(166,43,10); }

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