#A02804

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

Shades of Rust #A02804

Tints of Rust #A02804

Color information

#A02804 (or 0xA02804) is unknown color: approx Rust. HEX triplet: A0, 28 and 04. RGB value is (160,40,4). Sum of RGB (Red+Green+Blue) = 160+40+4=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02804 is #5FD7FB. Grayscale: #484848. Windows color (decimal): -6281212 or 272544. OLE color: 272544.

HSL color Cylindrical-coordinate representation of color #A02804: hue angle of 13.85º degrees, saturation: 0.95, 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 #A02804 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB160404-
CMYK00.750.980.37
HSL13.85º95.12%32.16%-
HSV(B)13.85º97.5%62.75%-
XYZ15.2891.05-
YUV71.7889.76190.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 78.43%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 4 (1.95% from 255) = 1.96%
R=78.43%
G=19.61%
B=1.96%

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
Decimal16040400.750.980.3713.8595.1232.16
HexA028404B6225e5f20
Octal2405040113142451613740
Binary1010000010100010001001011110001010010111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02804; }

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

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

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

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

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

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

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

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