#A23A10

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

Shades of Rust #A23A10

Tints of Rust #A23A10

Color information

#A23A10 (or 0xA23A10) is unknown color: approx Rust. HEX triplet: A2, 3A and 10. RGB value is (162,58,16). Sum of RGB (Red+Green+Blue) = 162+58+16=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A10 is #5DC5EF. Grayscale: #545454. Windows color (decimal): -6145520 or 1063586. OLE color: 1063586.

HSL color Cylindrical-coordinate representation of color #A23A10: hue angle of 17.26º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A23A10 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1625816-
CMYK00.640.900.36
HSL17.26º82.02%34.9%-
HSV(B)17.26º90.12%63.53%-
XYZ16.5110.741.69-
YUV84.3189.46183.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 16 (6.64% from 255) = 6.78%
R=68.64%
G=24.58%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162581600.640.900.3617.2682.0234.9
HexA23A100405A24115223
Octal24272200100132442112243
Binary1010001011101010000010000001011010100100100011010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23A10; }

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

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

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

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

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

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

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

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