#BA5914

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

Shades of Rust #BA5914

Tints of Rust #BA5914

Color information

#BA5914 (or 0xBA5914) is unknown color: approx Rust. HEX triplet: BA, 59 and 14. RGB value is (186,89,20). Sum of RGB (Red+Green+Blue) = 186+89+20=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5914 is #45A6EB. Grayscale: #6E6E6E. Windows color (decimal): -4564716 or 1333690. OLE color: 1333690.

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

Color convert

RGB1868920-
CMYK00.520.890.27
HSL24.94º80.58%40.39%-
HSV(B)24.94º89.25%72.94%-
XYZ23.9517.632.8-
YUV110.1477.14182.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.05%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 20 (8.20% from 255) = 6.78%
R=63.05%
G=30.17%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186892000.520.890.2724.9480.5840.39
HexBA5914034591B195128
Octal27213124064131333112150
Binary101110101011001101000110100101100111011110011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5914; }

 p { color: rgb(186,89,20); }

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

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

 a { background-color: rgb(186,89,20); }

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

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

 span { border-color: rgb(186,89,20); }

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