#BA5615

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

Shades of Rust #BA5615

Tints of Rust #BA5615

Color information

#BA5615 (or 0xBA5615) is unknown color: approx Rust. HEX triplet: BA, 56 and 15. RGB value is (186,86,21). Sum of RGB (Red+Green+Blue) = 186+86+21=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5615 is #45A9EA. Grayscale: #6C6C6C. Windows color (decimal): -4565483 or 1398458. OLE color: 1398458.

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

Color convert

RGB1868621-
CMYK00.540.890.27
HSL23.64º79.71%40.59%-
HSV(B)23.64º88.71%72.94%-
XYZ23.7117.152.77-
YUV108.4978.63183.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.48%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 21 (8.59% from 255) = 7.17%
R=63.48%
G=29.35%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186862100.540.890.2723.6479.7140.59
HexBA5615036591B185029
Octal27212625066131333012051
Binary101110101010110101010110110101100111011110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5615; }

 p { color: rgb(186,86,21); }

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

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

 a { background-color: rgb(186,86,21); }

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

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

 span { border-color: rgb(186,86,21); }

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