#BA4E15

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

Shades of Rust #BA4E15

Tints of Rust #BA4E15

Color information

#BA4E15 (or 0xBA4E15) is unknown color: approx Rust. HEX triplet: BA, 4E and 15. RGB value is (186,78,21). Sum of RGB (Red+Green+Blue) = 186+78+21=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA4E15 is #45B1EA. Grayscale: #686868. Windows color (decimal): -4567531 or 1396410. OLE color: 1396410.

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

Color convert

RGB1867821-
CMYK00.580.890.27
HSL20.73º79.71%40.59%-
HSV(B)20.73º88.71%72.94%-
XYZ23.1115.942.57-
YUV103.7981.28186.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 65.26%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 21 (8.59% from 255) = 7.37%
R=65.26%
G=27.37%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186782100.580.890.2720.7379.7140.59
HexBA4E1503A591B155029
Octal27211625072131332512051
Binary101110101001110101010111010101100111011101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4E15; }

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

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

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

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

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

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

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

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