#A23413

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

Shades of Rust #A23413

Tints of Rust #A23413

Color information

#A23413 (or 0xA23413) is unknown color: approx Rust. HEX triplet: A2, 34 and 13. RGB value is (162,52,19). Sum of RGB (Red+Green+Blue) = 162+52+19=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23413 is #5DCBEC. Grayscale: #515151. Windows color (decimal): -6147053 or 1258658. OLE color: 1258658.

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

Color convert

RGB1625219-
CMYK00.680.880.36
HSL13.85º79.01%35.49%-
HSV(B)13.85º88.27%63.53%-
XYZ16.2510.181.73-
YUV81.1392.94185.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=69.53%
G=22.32%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162521900.680.880.3613.8579.0135.49
HexA234130445824e4f23
Octal24264230104130441611743
Binary101000101101001001101000100101100010010011101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23413; }

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

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

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

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

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

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

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

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