#A82404

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

Shades of Rust #A82404

Tints of Rust #A82404

Color information

#A82404 (or 0xA82404) is unknown color: approx Rust. HEX triplet: A8, 24 and 04. RGB value is (168,36,4). Sum of RGB (Red+Green+Blue) = 168+36+4=208 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.77% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 168 - color contains mainly: red. Hex color #A82404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82404 is #57DBFB. Grayscale: #484848. Windows color (decimal): -5757948 or 271528. OLE color: 271528.

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

Color convert

RGB168364-
CMYK00.790.980.34
HSL11.71º95.35%33.73%-
HSV(B)11.71º97.62%65.88%-
XYZ16.89.61.08-
YUV71.8289.73196.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 80.77%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 4 (1.95% from 255) = 1.92%
R=80.77%
G=17.31%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16836400.790.980.3411.7195.3533.73
HexA824404F6222c5f22
Octal2504440117142421413742
Binary1010100010010010001001111110001010001011001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82404; }

 p { color: rgb(168,36,4); }

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

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

 a { background-color: rgb(168,36,4); }

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

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

 span { border-color: rgb(168,36,4); }

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