#A63000

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

Shades of Rust #A63000

Tints of Rust #A63000

Color information

#A63000 (or 0xA63000) is unknown color: approx Rust. HEX triplet: A6, 30 and 00. RGB value is (166,48,0). Sum of RGB (Red+Green+Blue) = 166+48+0=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A63000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63000 is #59CFFF. Grayscale: #4E4E4E. Windows color (decimal): -5885952 or 12454. OLE color: 12454.

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

Color convert

RGB166480-
CMYK00.7110.35
HSL17.35º100%32.55%-
HSV(B)17.35º100%65.1%-
XYZ16.7810.221.09-
YUV77.8184.09190.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 77.57%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.57%
G=22.43%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16648000.7110.3517.3510032.55
HexA63000476423116421
Octal2466000107144432114441
Binary101001101100000010001111100100100011100011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63000; }

 p { color: rgb(166,48,0); }

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

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

 a { background-color: rgb(166,48,0); }

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

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

 span { border-color: rgb(166,48,0); }

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