#BA5216

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

Shades of Rust #BA5216

Tints of Rust #BA5216

Color information

#BA5216 (or 0xBA5216) is unknown color: approx Rust. HEX triplet: BA, 52 and 16. RGB value is (186,82,22). Sum of RGB (Red+Green+Blue) = 186+82+22=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5216 is #45ADE9. Grayscale: #6A6A6A. Windows color (decimal): -4566506 or 1462970. OLE color: 1462970.

HSL color Cylindrical-coordinate representation of color #BA5216: hue angle of 21.95º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA5216 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1868222-
CMYK00.560.880.27
HSL21.95º78.85%40.78%-
HSV(B)21.95º88.17%72.94%-
XYZ23.4116.532.72-
YUV106.2680.46184.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.14%
GREEN value IS 82 (32.42% from 255) = 28.28%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=64.14%
G=28.28%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186822200.560.880.2721.9578.8540.78
HexBA5216038581B164f29
Octal27212226070130332611751
Binary101110101010010101100111000101100011011101101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5216; }

 p { color: rgb(186,82,22); }

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

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

 a { background-color: rgb(186,82,22); }

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

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

 span { border-color: rgb(186,82,22); }

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