#A23215

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

Shades of Rust #A23215

Tints of Rust #A23215

Color information

#A23215 (or 0xA23215) is unknown color: approx Rust. HEX triplet: A2, 32 and 15. RGB value is (162,50,21). Sum of RGB (Red+Green+Blue) = 162+50+21=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23215 is #5DCDEA. Grayscale: #505050. Windows color (decimal): -6147563 or 1389218. OLE color: 1389218.

HSL color Cylindrical-coordinate representation of color #A23215: hue angle of 12.34º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A23215 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1625021-
CMYK00.690.870.36
HSL12.34º77.05%35.88%-
HSV(B)12.34º87.04%63.53%-
XYZ16.1810.021.79-
YUV80.1894.61186.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 21 (8.59% from 255) = 9.01%
R=69.53%
G=21.46%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162502100.690.870.3612.3477.0535.88
HexA232150455724c4d24
Octal24262250105127441411544
Binary101000101100101010101000101101011110010011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23215; }

 p { color: rgb(162,50,21); }

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

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

 a { background-color: rgb(162,50,21); }

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

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

 span { border-color: rgb(162,50,21); }

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