#A62C02

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

Shades of Rust #A62C02

Tints of Rust #A62C02

Color information

#A62C02 (or 0xA62C02) is unknown color: approx Rust. HEX triplet: A6, 2C and 02. RGB value is (166,44,2). Sum of RGB (Red+Green+Blue) = 166+44+2=212 (28% of max value = 765). Red value is 166 (65.23% from 255 or 78.30% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C02 is #59D3FD. Grayscale: #4B4B4B. Windows color (decimal): -5886974 or 142502. OLE color: 142502.

HSL color Cylindrical-coordinate representation of color #A62C02: hue angle of 15.37º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A62C02 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB166442-
CMYK00.730.990.35
HSL15.37º97.62%32.94%-
HSV(B)15.37º98.8%65.1%-
XYZ16.649.911.09-
YUV75.6986.42192.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 78.30%
GREEN value IS 44 (17.58% from 255) = 20.75%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=78.30%
G=20.75%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16644200.730.990.3515.3797.6232.94
HexA62C20496323f6221
Octal2465420111143431714241
Binary101001101011001001001001110001110001111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C02; }

 p { color: rgb(166,44,2); }

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

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

 a { background-color: rgb(166,44,2); }

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

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

 span { border-color: rgb(166,44,2); }

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