#ba5511

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

Shades of Rust #BA5511

Tints of Rust #BA5511

Color information

#BA5511 (or 0xBA5511) is unknown color: approx Rust. HEX triplet: BA, 55 and 11. RGB value is (186,85,17). Sum of RGB (Red+Green+Blue) = 186+85+17=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5511 is #45AAEE. Grayscale: #6B6B6B. Windows color (decimal): -4565743 or 1136058. OLE color: 1136058.

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

Color convert

RGB1868517-
CMYK00.540.910.27
HSL24.14º83.25%39.8%-
HSV(B)24.14º90.86%72.94%-
XYZ23.616.982.56-
YUV107.4576.96184.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.58%
GREEN value IS 85 (33.59% from 255) = 29.51%
BLUE value IS 17 (7.03% from 255) = 5.90%
R=64.58%
G=29.51%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186851700.540.910.2724.1483.2539.8
HexBA55110365B1B185328
Octal27212521066133333012350
Binary101110101010101100010110110101101111011110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba5511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba5511; }

 p { color: rgb(186,85,17); }

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

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

 a { background-color: rgb(186,85,17); }

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

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

 span { border-color: rgb(186,85,17); }

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