#A83203

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

Shades of Rust #A83203

Tints of Rust #A83203

Color information

#A83203 (or 0xA83203) is unknown color: approx Rust. HEX triplet: A8, 32 and 03. RGB value is (168,50,3). Sum of RGB (Red+Green+Blue) = 168+50+3=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A83203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83203 is #57CDFC. Grayscale: #505050. Windows color (decimal): -5754365 or 209576. OLE color: 209576.

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

Color convert

RGB168503-
CMYK00.700.980.34
HSL17.09º96.49%33.53%-
HSV(B)17.09º98.21%65.88%-
XYZ17.3110.611.22-
YUV79.9284.59190.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 76.02%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=76.02%
G=22.62%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16850300.700.980.3417.0996.4933.53
HexA83230466222116022
Octal2506230106142422114042
Binary1010100011001011010001101100010100010100011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83203; }

 p { color: rgb(168,50,3); }

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

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

 a { background-color: rgb(168,50,3); }

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

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

 span { border-color: rgb(168,50,3); }

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