#A02803

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

Shades of Rust #A02803

Tints of Rust #A02803

Color information

#A02803 (or 0xA02803) is unknown color: approx Rust. HEX triplet: A0, 28 and 03. RGB value is (160,40,3). Sum of RGB (Red+Green+Blue) = 160+40+3=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A02803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02803 is #5FD7FC. Grayscale: #474747. Windows color (decimal): -6281213 or 207008. OLE color: 207008.

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

Color convert

RGB160403-
CMYK00.750.980.37
HSL14.14º96.32%31.96%-
HSV(B)14.14º98.12%62.75%-
XYZ15.2791.02-
YUV71.6689.26191.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.82%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 3 (1.56% from 255) = 1.48%
R=78.82%
G=19.70%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16040300.750.980.3714.1496.3231.96
HexA028304B6225e6020
Octal2405030113142451614040
Binary101000001010001101001011110001010010111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02803; }

 p { color: rgb(160,40,3); }

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

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

 a { background-color: rgb(160,40,3); }

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

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

 span { border-color: rgb(160,40,3); }

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