#A23409

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

Shades of Rust #A23409

Tints of Rust #A23409

Color information

#A23409 (or 0xA23409) is unknown color: approx Rust. HEX triplet: A2, 34 and 09. RGB value is (162,52,9). Sum of RGB (Red+Green+Blue) = 162+52+9=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A23409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23409 is #5DCBF6. Grayscale: #505050. Windows color (decimal): -6147063 or 603298. OLE color: 603298.

HSL color Cylindrical-coordinate representation of color #A23409: hue angle of 16.86º 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 #A23409 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB162529-
CMYK00.680.940.36
HSL16.86º89.47%33.53%-
HSV(B)16.86º94.44%63.53%-
XYZ16.1810.161.37-
YUV79.9987.94186.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.65%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=72.65%
G=23.32%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16252900.680.940.3616.8689.4733.53
HexA23490445E24115922
Octal24264110104136442113142
Binary101000101101001001010001001011110100100100011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23409; }

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

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

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

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

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

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

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

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