#A6330D

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

Shades of Rust #A6330D

Tints of Rust #A6330D

Color information

#A6330D (or 0xA6330D) is unknown color: approx Rust. HEX triplet: A6, 33 and 0D. RGB value is (166,51,13). Sum of RGB (Red+Green+Blue) = 166+51+13=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6330D is #59CCF2. Grayscale: #515151. Windows color (decimal): -5885171 or 865190. OLE color: 865190.

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

Color convert

RGB1665113-
CMYK00.690.920.35
HSL14.9º85.47%35.1%-
HSV(B)14.9º92.17%65.1%-
XYZ16.9810.51.51-
YUV81.0589.6188.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 72.17%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 13 (5.47% from 255) = 5.65%
R=72.17%
G=22.17%
B=5.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166511300.690.920.3514.985.4735.1
HexA633D0455C23f5523
Octal24663150105134431712543
Binary10100110110011110101000101101110010001111111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6330D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6330D; }

 p { color: rgb(166,51,13); }

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

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

 a { background-color: rgb(166,51,13); }

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

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

 span { border-color: rgb(166,51,13); }

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