#A23913

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

Shades of Rust #A23913

Tints of Rust #A23913

Color information

#A23913 (or 0xA23913) is unknown color: approx Rust. HEX triplet: A2, 39 and 13. RGB value is (162,57,19). Sum of RGB (Red+Green+Blue) = 162+57+19=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A23913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23913 is #5DC6EC. Grayscale: #545454. Windows color (decimal): -6145773 or 1259938. OLE color: 1259938.

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

Color convert

RGB1625719-
CMYK00.650.880.36
HSL15.94º79.01%35.49%-
HSV(B)15.94º88.27%63.53%-
XYZ16.4810.651.8-
YUV84.0691.29183.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.07%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=68.07%
G=23.95%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162571900.650.880.3615.9479.0135.49
HexA239130415824104f23
Octal24271230101130442011743
Binary1010001011100110011010000011011000100100100001001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23913; }

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

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

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

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

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

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

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

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