#A6420F

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

Shades of Rust #A6420F

Tints of Rust #A6420F

Color information

#A6420F (or 0xA6420F) is unknown color: approx Rust. HEX triplet: A6, 42 and 0F. RGB value is (166,66,15). Sum of RGB (Red+Green+Blue) = 166+66+15=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 15 (6.25% from 255 or 6.07% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6420F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6420F is #59BDF0. Grayscale: #5A5A5A. Windows color (decimal): -5881329 or 1000102. OLE color: 1000102.

HSL color Cylindrical-coordinate representation of color #A6420F: hue angle of 20.26º 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 #A6420F is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB1666615-
CMYK00.600.910.35
HSL20.26º83.43%35.49%-
HSV(B)20.26º90.96%65.1%-
XYZ17.7612.041.84-
YUV90.0985.63182.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.21%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 15 (6.25% from 255) = 6.07%
R=67.21%
G=26.72%
B=6.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166661500.600.910.3520.2683.4335.49
HexA642F03C5B23145323
Octal24610217074133432412343
Binary101001101000010111101111001011011100011101001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6420F; }

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

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

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

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

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

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

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

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