#A63410

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

Shades of Rust #A63410

Tints of Rust #A63410

Color information

#A63410 (or 0xA63410) is unknown color: approx Rust. HEX triplet: A6, 34 and 10. RGB value is (166,52,16). Sum of RGB (Red+Green+Blue) = 166+52+16=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A63410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63410 is #59CBEF. Grayscale: #525252. Windows color (decimal): -5884912 or 1062054. OLE color: 1062054.

HSL color Cylindrical-coordinate representation of color #A63410: hue angle of 14.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A63410 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1665216-
CMYK00.690.900.35
HSL14.4º82.42%35.69%-
HSV(B)14.4º90.36%65.1%-
XYZ17.0510.61.64-
YUV81.9890.77187.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=70.94%
G=22.22%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166521600.690.900.3514.482.4235.69
HexA634100455A23e5224
Octal24664200105132431612244
Binary101001101101001000001000101101101010001111101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63410; }

 p { color: rgb(166,52,16); }

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

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

 a { background-color: rgb(166,52,16); }

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

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

 span { border-color: rgb(166,52,16); }

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