#A83503

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

Shades of Rust #A83503

Tints of Rust #A83503

Color information

#A83503 (or 0xA83503) is unknown color: approx Rust. HEX triplet: A8, 35 and 03. RGB value is (168,53,3). Sum of RGB (Red+Green+Blue) = 168+53+3=224 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 168 - color contains mainly: red. Hex color #A83503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83503 is #57CAFC. Grayscale: #525252. Windows color (decimal): -5753597 or 210344. OLE color: 210344.

HSL color Cylindrical-coordinate representation of color #A83503: hue angle of 18.18º 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 #A83503 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB168533-
CMYK00.680.980.34
HSL18.18º96.49%33.53%-
HSV(B)18.18º98.21%65.88%-
XYZ17.4410.881.27-
YUV81.6883.6189.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 75%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 3 (1.56% from 255) = 1.34%
R=75%
G=23.66%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16853300.680.980.3418.1896.4933.53
HexA83530446222126022
Octal2506530104142422214042
Binary1010100011010111010001001100010100010100101100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83503; }

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

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

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

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

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

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

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

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