#BA4116

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

Shades of Rust #BA4116

Tints of Rust #BA4116

Color information

#BA4116 (or 0xBA4116) is unknown color: approx Rust. HEX triplet: BA, 41 and 16. RGB value is (186,65,22). Sum of RGB (Red+Green+Blue) = 186+65+22=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4116 is #45BEE9. Grayscale: #606060. Windows color (decimal): -4570858 or 1458618. OLE color: 1458618.

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

Color convert

RGB1866522-
CMYK00.650.880.27
HSL15.73º78.85%40.78%-
HSV(B)15.73º88.17%72.94%-
XYZ22.2814.282.34-
YUV96.2886.09192-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.13%
GREEN value IS 65 (25.78% from 255) = 23.81%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=68.13%
G=23.81%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186652200.650.880.2715.7378.8540.78
HexBA4116041581B104f29
Octal272101260101130332011751
Binary1011101010000011011001000001101100011011100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4116; }

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

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

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

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

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

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

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

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