#A23309

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

Shades of Rust #A23309

Tints of Rust #A23309

Color information

#A23309 (or 0xA23309) is unknown color: approx Rust. HEX triplet: A2, 33 and 09. RGB value is (162,51,9). Sum of RGB (Red+Green+Blue) = 162+51+9=222 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.97% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 162 - color contains mainly: red. Hex color #A23309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23309 is #5DCCF6. Grayscale: #4F4F4F. Windows color (decimal): -6147319 or 603042. OLE color: 603042.

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

Color convert

RGB162519-
CMYK00.690.940.36
HSL16.47º89.47%33.53%-
HSV(B)16.47º94.44%63.53%-
XYZ16.1310.071.35-
YUV79.488.27186.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.97%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 9 (3.91% from 255) = 4.05%
R=72.97%
G=22.97%
B=4.05%

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
Decimal16251900.690.940.3616.4789.4733.53
HexA23390455E24105922
Octal24263110105136442013142
Binary101000101100111001010001011011110100100100001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23309; }

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

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

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

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

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

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

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

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