#A83113

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

Shades of Rust #A83113

Tints of Rust #A83113

Color information

#A83113 (or 0xA83113) is unknown color: approx Rust. HEX triplet: A8, 31 and 13. RGB value is (168,49,19). Sum of RGB (Red+Green+Blue) = 168+49+19=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A83113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83113 is #57CEEC. Grayscale: #515151. Windows color (decimal): -5754605 or 1257896. OLE color: 1257896.

HSL color Cylindrical-coordinate representation of color #A83113: hue angle of 12.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A83113 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB1684919-
CMYK00.710.890.34
HSL12.08º79.68%36.67%-
HSV(B)12.08º88.69%65.88%-
XYZ17.3610.571.74-
YUV81.1692.92189.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 71.19%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 19 (7.81% from 255) = 8.05%
R=71.19%
G=20.76%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168491900.710.890.3412.0879.6836.67
HexA831130475922c5025
Octal25061230107131421412045
Binary101010001100011001101000111101100110001011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83113; }

 p { color: rgb(168,49,19); }

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

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

 a { background-color: rgb(168,49,19); }

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

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

 span { border-color: rgb(168,49,19); }

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