#A23510

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

Shades of Rust #A23510

Tints of Rust #A23510

Color information

#A23510 (or 0xA23510) is unknown color: approx Rust. HEX triplet: A2, 35 and 10. RGB value is (162,53,16). Sum of RGB (Red+Green+Blue) = 162+53+16=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A23510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23510 is #5DCAEF. Grayscale: #515151. Windows color (decimal): -6146800 or 1062306. OLE color: 1062306.

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

Color convert

RGB1625316-
CMYK00.670.900.36
HSL15.21º82.02%34.9%-
HSV(B)15.21º90.12%63.53%-
XYZ16.2710.261.61-
YUV81.3791.11185.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 53 (21.09% from 255) = 22.94%
BLUE value IS 16 (6.64% from 255) = 6.93%
R=70.13%
G=22.94%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162531600.670.900.3615.2182.0234.9
HexA235100435A24f5223
Octal24265200103132441712243
Binary101000101101011000001000011101101010010011111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23510; }

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

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

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

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

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

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

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

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