#A83307

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

Shades of Rust #A83307

Tints of Rust #A83307

Color information

#A83307 (or 0xA83307) is unknown color: approx Rust. HEX triplet: A8, 33 and 07. RGB value is (168,51,7). Sum of RGB (Red+Green+Blue) = 168+51+7=226 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.34% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 168 - color contains mainly: red. Hex color #A83307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83307 is #57CCF8. Grayscale: #515151. Windows color (decimal): -5754105 or 471976. OLE color: 471976.

HSL color Cylindrical-coordinate representation of color #A83307: hue angle of 16.4º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A83307 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.34.

Color convert

RGB168517-
CMYK00.700.960.34
HSL16.4º92%34.31%-
HSV(B)16.4º95.83%65.88%-
XYZ17.3710.711.35-
YUV80.9786.26190.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 74.34%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 7 (3.12% from 255) = 3.10%
R=74.34%
G=22.57%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16851700.700.960.3416.49234.31
HexA83370466022105c22
Octal2506370106140422013442
Binary10101000110011111010001101100000100010100001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83307; }

 p { color: rgb(168,51,7); }

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

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

 a { background-color: rgb(168,51,7); }

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

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

 span { border-color: rgb(168,51,7); }

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