#A8410C

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

Shades of Rust #A8410C

Tints of Rust #A8410C

Color information

#A8410C (or 0xA8410C) is unknown color: approx Rust. HEX triplet: A8, 41 and 0C. RGB value is (168,65,12). Sum of RGB (Red+Green+Blue) = 168+65+12=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A8410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8410C is #57BEF3. Grayscale: #5A5A5A. Windows color (decimal): -5750516 or 803240. OLE color: 803240.

HSL color Cylindrical-coordinate representation of color #A8410C: hue angle of 20.38º 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 #A8410C is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB1686512-
CMYK00.610.930.34
HSL20.38º86.67%35.29%-
HSV(B)20.38º92.86%65.88%-
XYZ18.1112.131.74-
YUV89.7684.12183.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.57%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 12 (5.08% from 255) = 4.90%
R=68.57%
G=26.53%
B=4.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168651200.610.930.3420.3886.6735.29
HexA841C03D5D22145723
Octal25010114075135422412743
Binary101010001000001110001111011011101100010101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8410C; }

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

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

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

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

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

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

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

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