#BA3C14

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

Shades of Rust #BA3C14

Tints of Rust #BA3C14

Color information

#BA3C14 (or 0xBA3C14) is unknown color: approx Rust. HEX triplet: BA, 3C and 14. RGB value is (186,60,20). Sum of RGB (Red+Green+Blue) = 186+60+20=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3C14 is #45C3EB. Grayscale: #5D5D5D. Windows color (decimal): -4572140 or 1326266. OLE color: 1326266.

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

Color convert

RGB1866020-
CMYK00.680.890.27
HSL14.46º80.58%40.39%-
HSV(B)14.46º89.25%72.94%-
XYZ21.9913.722.15-
YUV93.1186.74194.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.92%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=69.92%
G=22.56%
B=7.52%

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
Decimal186602000.680.890.2714.4680.5840.39
HexBA3C14044591Be5128
Octal27274240104131331612150
Binary10111010111100101000100010010110011101111101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3C14; }

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

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

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

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

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

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

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

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