#A23D10

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

Shades of Rust #A23D10

Tints of Rust #A23D10

Color information

#A23D10 (or 0xA23D10) is unknown color: approx Rust. HEX triplet: A2, 3D and 10. RGB value is (162,61,16). Sum of RGB (Red+Green+Blue) = 162+61+16=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23D10 is #5DC2EF. Grayscale: #565656. Windows color (decimal): -6144752 or 1064354. OLE color: 1064354.

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

Color convert

RGB1626116-
CMYK00.620.900.36
HSL18.49º82.02%34.9%-
HSV(B)18.49º90.12%63.53%-
XYZ16.6611.061.75-
YUV86.0788.46182.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 61 (24.22% from 255) = 25.52%
BLUE value IS 16 (6.64% from 255) = 6.69%
R=67.78%
G=25.52%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162611600.620.900.3618.4982.0234.9
HexA23D1003E5A24125223
Octal2427520076132442212243
Binary101000101111011000001111101011010100100100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23D10; }

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

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

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

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

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

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

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

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