#A23209

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

Shades of Rust #A23209

Tints of Rust #A23209

Color information

#A23209 (or 0xA23209) is unknown color: approx Rust. HEX triplet: A2, 32 and 09. RGB value is (162,50,9). Sum of RGB (Red+Green+Blue) = 162+50+9=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A23209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23209 is #5DCDF6. Grayscale: #4F4F4F. Windows color (decimal): -6147575 or 602786. OLE color: 602786.

HSL color Cylindrical-coordinate representation of color #A23209: hue angle of 16.08º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A23209 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB162509-
CMYK00.690.940.36
HSL16.08º89.47%33.53%-
HSV(B)16.08º94.44%63.53%-
XYZ16.099.981.34-
YUV78.8188.61187.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 73.30%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 9 (3.91% from 255) = 4.07%
R=73.30%
G=22.62%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16250900.690.940.3616.0889.4733.53
HexA23290455E24105922
Octal24262110105136442013142
Binary101000101100101001010001011011110100100100001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23209; }

 p { color: rgb(162,50,9); }

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

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

 a { background-color: rgb(162,50,9); }

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

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

 span { border-color: rgb(162,50,9); }

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