#A83919

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

Shades of Rust #A83919

Tints of Rust #A83919

Color information

#A83919 (or 0xA83919) is unknown color: approx Rust. HEX triplet: A8, 39 and 19. RGB value is (168,57,25). Sum of RGB (Red+Green+Blue) = 168+57+25=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A83919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83919 is #57C6E6. Grayscale: #565656. Windows color (decimal): -5752551 or 1653160. OLE color: 1653160.

HSL color Cylindrical-coordinate representation of color #A83919: hue angle of 13.43º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A83919 is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB1685725-
CMYK00.660.850.34
HSL13.43º74.09%37.84%-
HSV(B)13.43º85.12%65.88%-
XYZ17.7911.322.17-
YUV86.5493.27186.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.2%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 25 (10.16% from 255) = 10%
R=67.2%
G=22.8%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168572500.660.850.3413.4374.0937.84
HexA839190425522d4a26
Octal25071310102125421511246
Binary101010001110011100101000010101010110001011011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83919; }

 p { color: rgb(168,57,25); }

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

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

 a { background-color: rgb(168,57,25); }

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

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

 span { border-color: rgb(168,57,25); }

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