#A63A0A

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

Shades of Rust #A63A0A

Tints of Rust #A63A0A

Color information

#A63A0A (or 0xA63A0A) is unknown color: approx Rust. HEX triplet: A6, 3A and 0A. RGB value is (166,58,10). Sum of RGB (Red+Green+Blue) = 166+58+10=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A0A is #59C5F5. Grayscale: #555555. Windows color (decimal): -5883382 or 670374. OLE color: 670374.

HSL color Cylindrical-coordinate representation of color #A63A0A: hue angle of 18.46º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A63A0A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB1665810-
CMYK00.650.940.35
HSL18.46º88.64%34.51%-
HSV(B)18.46º93.98%65.1%-
XYZ17.2911.161.53-
YUV84.8285.78185.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 70.94%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=70.94%
G=24.79%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166581000.650.940.3518.4688.6434.51
HexA63AA0415E23125923
Octal24672120101136432213143
Binary101001101110101010010000011011110100011100101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A0A; }

 p { color: rgb(166,58,10); }

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

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

 a { background-color: rgb(166,58,10); }

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

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

 span { border-color: rgb(166,58,10); }

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