#A63C0F

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

Shades of Rust #A63C0F

Tints of Rust #A63C0F

Color information

#A63C0F (or 0xA63C0F) is unknown color: approx Rust. HEX triplet: A6, 3C and 0F. RGB value is (166,60,15). Sum of RGB (Red+Green+Blue) = 166+60+15=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C0F is #59C3F0. Grayscale: #565656. Windows color (decimal): -5882865 or 998566. OLE color: 998566.

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

Color convert

RGB1666015-
CMYK00.640.910.35
HSL17.88º83.43%35.49%-
HSV(B)17.88º90.96%65.1%-
XYZ17.4311.371.73-
YUV86.5687.62184.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 68.88%
GREEN value IS 60 (23.83% from 255) = 24.90%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=68.88%
G=24.90%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166601500.640.910.3517.8883.4335.49
HexA63CF0405B23125323
Octal24674170100133432212343
Binary101001101111001111010000001011011100011100101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63C0F; }

 p { color: rgb(166,60,15); }

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

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

 a { background-color: rgb(166,60,15); }

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

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

 span { border-color: rgb(166,60,15); }

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