#A23A09

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

Shades of Rust #A23A09

Tints of Rust #A23A09

Color information

#A23A09 (or 0xA23A09) is unknown color: approx Rust. HEX triplet: A2, 3A and 09. RGB value is (162,58,9). Sum of RGB (Red+Green+Blue) = 162+58+9=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A09 is #5DC5F6. Grayscale: #535353. Windows color (decimal): -6145527 or 604834. OLE color: 604834.

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

Color convert

RGB162589-
CMYK00.640.940.36
HSL19.22º89.47%33.53%-
HSV(B)19.22º94.44%63.53%-
XYZ16.4610.731.46-
YUV83.5185.96183.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.74%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 9 (3.91% from 255) = 3.93%
R=70.74%
G=25.33%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16258900.640.940.3619.2289.4733.53
HexA23A90405E24135922
Octal24272110100136442313142
Binary101000101110101001010000001011110100100100111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A09; }

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

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

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

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

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

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

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

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