#A8400C

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

Shades of Rust #A8400C

Tints of Rust #A8400C

Color information

#A8400C (or 0xA8400C) is unknown color: approx Rust. HEX triplet: A8, 40 and 0C. RGB value is (168,64,12). Sum of RGB (Red+Green+Blue) = 168+64+12=244 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.85% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 168 - color contains mainly: red. Hex color #A8400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8400C is #57BFF3. Grayscale: #595959. Windows color (decimal): -5750772 or 802984. OLE color: 802984.

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

Color convert

RGB1686412-
CMYK00.620.930.34
HSL20º86.67%35.29%-
HSV(B)20º92.86%65.88%-
XYZ18.0512.021.72-
YUV89.1784.46184.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.85%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 12 (5.08% from 255) = 4.92%
R=68.85%
G=26.23%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168641200.620.930.342086.6735.29
HexA840C03E5D22145723
Octal25010014076135422412743
Binary101010001000000110001111101011101100010101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8400C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8400C; }

 p { color: rgb(168,64,12); }

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

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

 a { background-color: rgb(168,64,12); }

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

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

 span { border-color: rgb(168,64,12); }

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