#A63608

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

Shades of Rust #A63608

Tints of Rust #A63608

Color information

#A63608 (or 0xA63608) is unknown color: approx Rust. HEX triplet: A6, 36 and 08. RGB value is (166,54,8). Sum of RGB (Red+Green+Blue) = 166+54+8=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A63608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63608 is #59C9F7. Grayscale: #525252. Windows color (decimal): -5884408 or 538278. OLE color: 538278.

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

Color convert

RGB166548-
CMYK00.670.950.35
HSL17.47º90.8%34.12%-
HSV(B)17.47º95.18%65.1%-
XYZ17.0910.761.41-
YUV82.2486.11187.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.81%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=72.81%
G=23.68%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16654800.670.950.3517.4790.834.12
HexA63680435F23115b22
Octal24666100103137432113342
Binary101001101101101000010000111011111100011100011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63608; }

 p { color: rgb(166,54,8); }

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

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

 a { background-color: rgb(166,54,8); }

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

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

 span { border-color: rgb(166,54,8); }

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