#A33206

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

Shades of Rust #A33206

Tints of Rust #A33206

Color information

#A33206 (or 0xA33206) is unknown color: approx Rust. HEX triplet: A3, 32 and 06. RGB value is (163,50,6). Sum of RGB (Red+Green+Blue) = 163+50+6=219 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.43% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 163 - color contains mainly: red. Hex color #A33206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33206 is #5CCDF9. Grayscale: #4F4F4F. Windows color (decimal): -6082042 or 406179. OLE color: 406179.

HSL color Cylindrical-coordinate representation of color #A33206: hue angle of 16.82º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A33206 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.36.

Color convert

RGB163506-
CMYK00.690.960.36
HSL16.82º92.9%33.14%-
HSV(B)16.82º96.32%63.92%-
XYZ16.2810.081.26-
YUV78.7786.94188.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 74.43%
GREEN value IS 50 (19.92% from 255) = 22.83%
BLUE value IS 6 (2.73% from 255) = 2.74%
R=74.43%
G=22.83%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16350600.690.960.3616.8292.933.14
HexA33260456024115d21
Octal2436260105140442113541
Binary10100011110010110010001011100000100100100011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33206; }

 p { color: rgb(163,50,6); }

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

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

 a { background-color: rgb(163,50,6); }

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

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

 span { border-color: rgb(163,50,6); }

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