#A6370C

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

Shades of Rust #A6370C

Tints of Rust #A6370C

Color information

#A6370C (or 0xA6370C) is unknown color: approx Rust. HEX triplet: A6, 37 and 0C. RGB value is (166,55,12). Sum of RGB (Red+Green+Blue) = 166+55+12=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6370C is #59C8F3. Grayscale: #535353. Windows color (decimal): -5884148 or 800678. OLE color: 800678.

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

Color convert

RGB1665512-
CMYK00.670.930.35
HSL16.75º86.52%34.9%-
HSV(B)16.75º92.77%65.1%-
XYZ17.1610.871.54-
YUV83.2987.77187-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 71.24%
GREEN value IS 55 (21.88% from 255) = 23.61%
BLUE value IS 12 (5.08% from 255) = 5.15%
R=71.24%
G=23.61%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166551200.670.930.3516.7586.5234.9
HexA637C0435D23115723
Octal24667140103135432112743
Binary101001101101111100010000111011101100011100011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6370C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6370C; }

 p { color: rgb(166,55,12); }

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

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

 a { background-color: rgb(166,55,12); }

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

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

 span { border-color: rgb(166,55,12); }

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