#A03306

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

Shades of Rust #A03306

Tints of Rust #A03306

Color information

#A03306 (or 0xA03306) is unknown color: approx Rust. HEX triplet: A0, 33 and 06. RGB value is (160,51,6). Sum of RGB (Red+Green+Blue) = 160+51+6=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A03306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03306 is #5FCCF9. Grayscale: #4E4E4E. Windows color (decimal): -6278394 or 406432. OLE color: 406432.

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

Color convert

RGB160516-
CMYK00.680.960.37
HSL17.53º92.77%32.55%-
HSV(B)17.53º96.25%62.75%-
XYZ15.719.851.25-
YUV78.4687.11186.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 73.73%
GREEN value IS 51 (20.31% from 255) = 23.50%
BLUE value IS 6 (2.73% from 255) = 2.76%
R=73.73%
G=23.50%
B=2.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16051600.680.960.3717.5392.7732.55
HexA03360446025125d21
Octal2406360104140452213541
Binary10100000110011110010001001100000100101100101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03306; }

 p { color: rgb(160,51,6); }

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

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

 a { background-color: rgb(160,51,6); }

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

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

 span { border-color: rgb(160,51,6); }

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