#A12804

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

Shades of Rust #A12804

Tints of Rust #A12804

Color information

#A12804 (or 0xA12804) is unknown color: approx Rust. HEX triplet: A1, 28 and 04. RGB value is (161,40,4). Sum of RGB (Red+Green+Blue) = 161+40+4=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A12804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12804 is #5ED7FB. Grayscale: #484848. Windows color (decimal): -6215676 or 272545. OLE color: 272545.

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

Color convert

RGB161404-
CMYK00.750.980.37
HSL13.76º95.15%32.35%-
HSV(B)13.76º97.52%63.14%-
XYZ15.489.11.06-
YUV72.0889.59191.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 78.54%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 4 (1.95% from 255) = 1.95%
R=78.54%
G=19.51%
B=1.95%

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
Decimal16140400.750.980.3713.7695.1532.35
HexA128404B6225e5f20
Octal2415040113142451613740
Binary1010000110100010001001011110001010010111101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12804; }

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

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

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

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

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

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

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

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