#A62C0F

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

Shades of Rust #A62C0F

Tints of Rust #A62C0F

Color information

#A62C0F (or 0xA62C0F) is unknown color: approx Rust. HEX triplet: A6, 2C and 0F. RGB value is (166,44,15). Sum of RGB (Red+Green+Blue) = 166+44+15=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C0F is #59D3F0. Grayscale: #4D4D4D. Windows color (decimal): -5886961 or 994470. OLE color: 994470.

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

Color convert

RGB1664415-
CMYK00.730.910.35
HSL11.52º83.43%35.49%-
HSV(B)11.52º90.96%65.1%-
XYZ16.719.941.49-
YUV77.1792.92191.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 73.78%
GREEN value IS 44 (17.58% from 255) = 19.56%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=73.78%
G=19.56%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166441500.730.910.3511.5283.4335.49
HexA62CF0495B23c5323
Octal24654170111133431412343
Binary10100110101100111101001001101101110001111001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C0F; }

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

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

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

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

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

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

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

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