#A23213

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

Shades of Rust #A23213

Tints of Rust #A23213

Color information

#A23213 (or 0xA23213) is unknown color: approx Rust. HEX triplet: A2, 32 and 13. RGB value is (162,50,19). Sum of RGB (Red+Green+Blue) = 162+50+19=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A23213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23213 is #5DCDEC. Grayscale: #505050. Windows color (decimal): -6147565 or 1258146. OLE color: 1258146.

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

Color convert

RGB1625019-
CMYK00.690.880.36
HSL13.01º79.01%35.49%-
HSV(B)13.01º88.27%63.53%-
XYZ16.1610.011.7-
YUV79.9593.61186.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 70.13%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=70.13%
G=21.65%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162501900.690.880.3613.0179.0135.49
HexA232130455824d4f23
Octal24262230105130441511743
Binary101000101100101001101000101101100010010011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23213; }

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

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

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

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

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

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

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

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