#BA3C15

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

Shades of Rust #BA3C15

Tints of Rust #BA3C15

Color information

#BA3C15 (or 0xBA3C15) is unknown color: approx Rust. HEX triplet: BA, 3C and 15. RGB value is (186,60,21). Sum of RGB (Red+Green+Blue) = 186+60+21=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C15 is #45C3EA. Grayscale: #5D5D5D. Windows color (decimal): -4572139 or 1391802. OLE color: 1391802.

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

Color convert

RGB1866021-
CMYK00.680.890.27
HSL14.18º79.71%40.59%-
HSV(B)14.18º88.71%72.94%-
XYZ2213.722.2-
YUV93.2387.24194.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.66%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 21 (8.59% from 255) = 7.87%
R=69.66%
G=22.47%
B=7.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186602100.680.890.2714.1879.7140.59
HexBA3C15044591Be5029
Octal27274250104131331612051
Binary10111010111100101010100010010110011101111101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C15; }

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

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

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

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

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

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

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

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