#BA5015

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

Shades of Rust #BA5015

Tints of Rust #BA5015

Color information

#BA5015 (or 0xBA5015) is unknown color: approx Rust. HEX triplet: BA, 50 and 15. RGB value is (186,80,21). Sum of RGB (Red+Green+Blue) = 186+80+21=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5015 is #45AFEA. Grayscale: #696969. Windows color (decimal): -4567019 or 1396922. OLE color: 1396922.

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

Color convert

RGB1868021-
CMYK00.570.890.27
HSL21.45º79.71%40.59%-
HSV(B)21.45º88.71%72.94%-
XYZ23.2516.232.62-
YUV104.9780.62185.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 64.81%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=64.81%
G=27.87%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186802100.570.890.2721.4579.7140.59
HexBA5015039591B155029
Octal27212025071131332512051
Binary101110101010000101010111001101100111011101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5015; }

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

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

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

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

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

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

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

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