#A8420D

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

Shades of Rust #A8420D

Tints of Rust #A8420D

Color information

#A8420D (or 0xA8420D) is unknown color: approx Rust. HEX triplet: A8, 42 and 0D. RGB value is (168,66,13). Sum of RGB (Red+Green+Blue) = 168+66+13=247 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.02% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 168 - color contains mainly: red. Hex color #A8420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8420D is #57BDF2. Grayscale: #5A5A5A. Windows color (decimal): -5750259 or 869032. OLE color: 869032.

HSL color Cylindrical-coordinate representation of color #A8420D: hue angle of 20.52º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8420D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB1686613-
CMYK00.610.920.34
HSL20.52º85.64%35.49%-
HSV(B)20.52º92.26%65.88%-
XYZ18.1712.251.79-
YUV90.4684.29183.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.02%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 13 (5.47% from 255) = 5.26%
R=68.02%
G=26.72%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168661300.610.920.3420.5285.6435.49
HexA842D03D5C22155623
Octal25010215075134422512643
Binary101010001000010110101111011011100100010101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8420D; }

 p { color: rgb(168,66,13); }

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

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

 a { background-color: rgb(168,66,13); }

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

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

 span { border-color: rgb(168,66,13); }

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