#A23B13

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

Shades of Rust #A23B13

Tints of Rust #A23B13

Color information

#A23B13 (or 0xA23B13) is unknown color: approx Rust. HEX triplet: A2, 3B and 13. RGB value is (162,59,19). Sum of RGB (Red+Green+Blue) = 162+59+19=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B13 is #5DC4EC. Grayscale: #555555. Windows color (decimal): -6145261 or 1260450. OLE color: 1260450.

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

Color convert

RGB1625919-
CMYK00.640.880.36
HSL16.78º79.01%35.49%-
HSV(B)16.78º88.27%63.53%-
XYZ16.5810.861.84-
YUV85.2490.62182.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 59 (23.44% from 255) = 24.58%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=67.5%
G=24.58%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162591900.640.880.3616.7879.0135.49
HexA23B130405824114f23
Octal24273230100130442111743
Binary1010001011101110011010000001011000100100100011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23B13; }

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

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

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

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

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

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

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

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