#A23313

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

Shades of Rust #A23313

Tints of Rust #A23313

Color information

#A23313 (or 0xA23313) is unknown color: approx Rust. HEX triplet: A2, 33 and 13. RGB value is (162,51,19). Sum of RGB (Red+Green+Blue) = 162+51+19=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23313 is #5DCCEC. Grayscale: #505050. Windows color (decimal): -6147309 or 1258402. OLE color: 1258402.

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

Color convert

RGB1625119-
CMYK00.690.880.36
HSL13.43º79.01%35.49%-
HSV(B)13.43º88.27%63.53%-
XYZ16.210.11.71-
YUV80.5493.27186.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.83%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=69.83%
G=21.98%
B=8.19%

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
Decimal162511900.690.880.3613.4379.0135.49
HexA233130455824d4f23
Octal24263230105130441511743
Binary101000101100111001101000101101100010010011011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23313; }

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

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

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

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

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

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

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

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