#A83416

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

Shades of Rust #A83416

Tints of Rust #A83416

Color information

#A83416 (or 0xA83416) is unknown color: approx Rust. HEX triplet: A8, 34 and 16. RGB value is (168,52,22). Sum of RGB (Red+Green+Blue) = 168+52+22=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A83416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83416 is #57CBE9. Grayscale: #535353. Windows color (decimal): -5753834 or 1455272. OLE color: 1455272.

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

Color convert

RGB1685222-
CMYK00.690.870.34
HSL12.33º76.84%37.25%-
HSV(B)12.33º86.9%65.88%-
XYZ17.5210.841.93-
YUV83.2693.43188.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 69.42%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 22 (8.98% from 255) = 9.09%
R=69.42%
G=21.49%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168522200.690.870.3412.3376.8437.25
HexA834160455722c4d25
Octal25064260105127421411545
Binary101010001101001011001000101101011110001011001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83416; }

 p { color: rgb(168,52,22); }

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

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

 a { background-color: rgb(168,52,22); }

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

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

 span { border-color: rgb(168,52,22); }

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