#A12809

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

Shades of Rust #A12809

Tints of Rust #A12809

Color information

#A12809 (or 0xA12809) is unknown color: approx Rust. HEX triplet: A1, 28 and 09. RGB value is (161,40,9). Sum of RGB (Red+Green+Blue) = 161+40+9=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A12809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12809 is #5ED7F6. Grayscale: #484848. Windows color (decimal): -6215671 or 600225. OLE color: 600225.

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

Color convert

RGB161409-
CMYK00.750.940.37
HSL12.24º89.41%33.33%-
HSV(B)12.24º94.41%63.14%-
XYZ15.519.111.2-
YUV72.6492.09191.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 76.67%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 9 (3.91% from 255) = 4.29%
R=76.67%
G=19.05%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16140900.750.940.3712.2489.4133.33
HexA128904B5E25c5921
Octal24150110113136451413141
Binary10100001101000100101001011101111010010111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12809; }

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

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

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

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

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

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

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

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