#BA5415

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

Shades of Rust #BA5415

Tints of Rust #BA5415

Color information

#BA5415 (or 0xBA5415) is unknown color: approx Rust. HEX triplet: BA, 54 and 15. RGB value is (186,84,21). Sum of RGB (Red+Green+Blue) = 186+84+21=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 21 (8.59% from 255 or 7.22% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5415 is #45ABEA. Grayscale: #6B6B6B. Windows color (decimal): -4565995 or 1397946. OLE color: 1397946.

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

Color convert

RGB1868421-
CMYK00.550.890.27
HSL22.91º79.71%40.59%-
HSV(B)22.91º88.71%72.94%-
XYZ23.5616.832.72-
YUV107.3279.29184.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 63.92%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 21 (8.59% from 255) = 7.22%
R=63.92%
G=28.87%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186842100.550.890.2722.9179.7140.59
HexBA5415037591B175029
Octal27212425067131332712051
Binary101110101010100101010110111101100111011101111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5415; }

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

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

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

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

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

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

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

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